mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r3207) Typo in last revision
This commit is contained in:
parent
7d750783af
commit
5cceeaa37f
@ -736,7 +736,7 @@ static void Win32GdiMainLoop(void)
|
|||||||
_shift_pressed = _wnd.has_focus && GetAsyncKeyState(VK_SHIFT)<0;
|
_shift_pressed = _wnd.has_focus && GetAsyncKeyState(VK_SHIFT)<0;
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
_dbg_screen_rect = _wnd.has_focus && GetAsyncKeyState(VK_CAPITAL)<0;
|
_dbg_screen_rect = _wnd.has_focus && GetAsyncKeyState(VK_CAPITAL)<0;
|
||||||
#endif _DEBUG
|
#endif
|
||||||
|
|
||||||
// determine which directional keys are down
|
// determine which directional keys are down
|
||||||
if (_wnd.has_focus) {
|
if (_wnd.has_focus) {
|
||||||
|
Loading…
Reference in New Issue
Block a user