summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-11-15 19:35:52 +0000
committerDarkvater <darkvater@openttd.org>2006-11-15 19:35:52 +0000
commit3a03b70319d432b76695d84b4342d1f441ea08b1 (patch)
treea33f8b2226bf03932b173095e369e476546d58ad /variables.h
parent4a986e43d4c6e91fae4404d2c92125e6e8fa6cc2 (diff)
downloadopenttd-3a03b70319d432b76695d84b4342d1f441ea08b1.tar.xz
(svn r7153) -Fix [FS#279]: Some keyboard events possibly lost under high CPU load, handle
keyboard input in place instead of global variables magic. (KUDr)
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/variables.h b/variables.h
index 3e949390d..523703045 100644
--- a/variables.h
+++ b/variables.h
@@ -282,7 +282,6 @@ VARDEF int32 _additional_cash_required;
VARDEF uint32 _decode_parameters[20];
-VARDEF uint32 _pressed_key; // Low 8 bits = ASCII, High 16 bits = keycode
VARDEF bool _ctrl_pressed; // Is Ctrl pressed?
VARDEF bool _shift_pressed; // Is Shift pressed?
VARDEF byte _dirkeys; // 1 = left, 2 = up, 4 = right, 8 = down