fix a stray (

This commit is contained in:
Bill Currie 2002-07-03 20:47:45 +00:00
parent 102eab0d84
commit 357225c923

View file

@ -290,7 +290,7 @@ WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine,
} else {
// yield the CPU for a little while when paused, minimized, or
// not the focus
if ((cl.paused && (!ActiveApp) || Minimized
if ((cl.paused && !ActiveApp) || Minimized
|| block_drawing) {
SleepUntilInput (PAUSE_SLEEP);
scr_skipupdate = 1; // no point in bothering to draw