summaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-11-16 13:45:42 +0000
committertron <tron@openttd.org>2005-11-16 13:45:42 +0000
commit5cceeaa37f33a0ad426fb7bed446448e5ff943e5 (patch)
tree493e5ae5e23d5976e87dc73bc2f8c1659b35b3a5 /video
parent7d750783af7a8ffce64b8a48cc2916d4d3e370df (diff)
downloadopenttd-5cceeaa37f33a0ad426fb7bed446448e5ff943e5.tar.xz
(svn r3207) Typo in last revision
Diffstat (limited to 'video')
-rw-r--r--video/win32_v.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/win32_v.c b/video/win32_v.c
index 072077c6a..76e67dede 100644
--- a/video/win32_v.c
+++ b/video/win32_v.c
@@ -736,7 +736,7 @@ static void Win32GdiMainLoop(void)
_shift_pressed = _wnd.has_focus && GetAsyncKeyState(VK_SHIFT)<0;
#ifdef _DEBUG
_dbg_screen_rect = _wnd.has_focus && GetAsyncKeyState(VK_CAPITAL)<0;
-#endif _DEBUG
+#endif
// determine which directional keys are down
if (_wnd.has_focus) {