1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00
This commit is contained in:
Michał W. Urbańczyk
2012-04-14 07:39:32 +00:00
parent b5526f0f54
commit 6ec3501909
2 changed files with 9 additions and 9 deletions

View File

@ -1997,7 +1997,7 @@ void CPlayerInterface::gameOver(ui8 player, bool victory )
// showInfoDialog("Placeholder message: you won!");
makingTurn = true;
while(showingDialog->get() || dialogs.size()); //wait till all dialogs are displayed and closed
waitForAllDialogs(); //wait till all dialogs are displayed and closed
makingTurn = false;
howManyPeople--;