diff options
author | tron <tron@openttd.org> | 2005-11-16 13:45:42 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-11-16 13:45:42 +0000 |
commit | 1bffec2c272bee9f95d6e1b4498eb4566cd649e1 (patch) | |
tree | 493e5ae5e23d5976e87dc73bc2f8c1659b35b3a5 /video | |
parent | f750a773a4bd2db1184db5f381a72a7f5fdcf327 (diff) | |
download | openttd-1bffec2c272bee9f95d6e1b4498eb4566cd649e1.tar.xz |
(svn r3207) Typo in last revision
Diffstat (limited to 'video')
-rw-r--r-- | video/win32_v.c | 2 |
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) { |