Changeset - r2665:531112ee59f5
[Not reviewed]
master
0 1 0
tron - 19 years ago 2005-11-16 13:45:42
tron@openttd.org
(svn r3207) Typo in last revision
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
video/win32_v.c
Show inline comments
 
@@ -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) {
0 comments (0 inline, 0 general)