Quit confirmation dialog no longer drains all cpu; fixes #394

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1004 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2003-06-30 15:58:06 +00:00
parent c7d27b11d8
commit 53631819f4
+1
View File
@@ -132,6 +132,7 @@ DoConfirmExit (void)
response = !response;
DrawConfirmationWindow (response);
}
TaskSwitch ();
} while (!done);
s.frame = F;