| # | Line 144 | Line 144 | void DDrPasteHack() | |
|---|---|---|
| 144 | { | |
| 145 | COtTextArea* cons = *(COtTextArea**)0x00571B74; | |
| 146 | char* clipboardText = 0; | |
| 147 | < | if(GetAsyncKeyState(0x56) && GetAsyncKeyState(VK_CONTROL) ) |
| 147 | > | if(ONgGameState->Input.Current.Actions1 & Action_Console && GetKeyState(0x56) & 0x80 && GetKeyState(VK_CONTROL) & 0x80 ) |
| 148 | { | |
| 149 | if(cons && cons->text_entries && cons->num_text_entries) | |
| 150 | { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |