File diff r1039:b5be4ec22469 → r1040:09a5441cbc17
win32.c
Show inline comments
 
@@ -697,7 +697,7 @@ static int Win32GdiMainLoop()
 
#else
 
		if (_wnd.has_focus && GetAsyncKeyState(VK_TAB) < 0) {
 
#endif
 
			if (!_networking) _fast_forward |= 2;
 
			if (!_networking && _game_mode != GM_MENU) _fast_forward |= 2;
 
		} else if (_fast_forward&2) {
 
			_fast_forward = 0;
 
		}