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
commit1bffec2c272bee9f95d6e1b4498eb4566cd649e1 (patch)
tree493e5ae5e23d5976e87dc73bc2f8c1659b35b3a5 /video
parentf750a773a4bd2db1184db5f381a72a7f5fdcf327 (diff)
downloadopenttd-1bffec2c272bee9f95d6e1b4498eb4566cd649e1.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) {