From 357225c92339cbcfa29e1dc326b0a01670073c2c Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 3 Jul 2002 20:47:45 +0000 Subject: [PATCH] fix a stray ( --- nq/source/sys_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nq/source/sys_win.c b/nq/source/sys_win.c index e7f7de726..d80ea9520 100644 --- a/nq/source/sys_win.c +++ b/nq/source/sys_win.c @@ -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