forked from mirror/OpenTTD
(svn r1734) - Fix: [ 1112253 ] hijacking of arrow keys, game also scrolled when it was out of focus (dominik)
This commit is contained in:
@@ -32,7 +32,6 @@ static char* _iconsole_buffer[ICON_BUFFER + 1];
|
||||
static uint16 _iconsole_cbuffer[ICON_BUFFER + 1];
|
||||
static char _iconsole_cmdline[ICON_CMDLN_SIZE];
|
||||
static byte _iconsole_cmdpos;
|
||||
static Window* _iconsole_win = NULL;
|
||||
static byte _iconsole_scroll;
|
||||
|
||||
// ** console cursor ** //
|
||||
|
Reference in New Issue
Block a user