diff --git a/sc2/src/sc2code/confirm.c b/sc2/src/sc2code/confirm.c index ecf8569a2..91ebeae84 100644 --- a/sc2/src/sc2code/confirm.c +++ b/sc2/src/sc2code/confirm.c @@ -131,7 +131,8 @@ DoConfirmExit (void) { response = !response; DrawConfirmationWindow (response); - } + } + TaskSwitch (); } while (!done); s.frame = F;