File diff r24851:a41e925d9dc7 → r24852:00c1bd78d033
src/video/win32_v.cpp
Show inline comments
 
@@ -1198,13 +1198,12 @@ void VideoDriver_Win32::MainLoop()
 
			}
 
		}
 
	}
 

	
 
	_wnd.running = true;
 

	
 
	CheckPaletteAnim();
 
	for (;;) {
 
		InteractiveRandom(); // randomness
 

	
 
		while (PeekMessage(&mesg, nullptr, 0, 0, PM_REMOVE)) {
 
			/* Convert key messages to char messages if we want text input. */
 
			if (EditBoxInGlobalFocus()) TranslateMessage(&mesg);