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:
@@ -132,6 +132,7 @@ DoConfirmExit (void)
|
|||||||
response = !response;
|
response = !response;
|
||||||
DrawConfirmationWindow (response);
|
DrawConfirmationWindow (response);
|
||||||
}
|
}
|
||||||
|
TaskSwitch ();
|
||||||
} while (!done);
|
} while (!done);
|
||||||
|
|
||||||
s.frame = F;
|
s.frame = F;
|
||||||
|
|||||||
Reference in New Issue
Block a user