mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Fixed #927.
This commit is contained in:
@ -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--;
|
||||
|
Reference in New Issue
Block a user