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