mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fix order of dialogs on assembling artefacts after battle
This commit is contained in:
@@ -1275,6 +1275,7 @@ void CBattleInterface::battleFinished(const BattleResult& br)
|
|||||||
void CBattleInterface::displayBattleFinished()
|
void CBattleInterface::displayBattleFinished()
|
||||||
{
|
{
|
||||||
CCS->curh->changeGraphic(ECursor::ADVENTURE,0);
|
CCS->curh->changeGraphic(ECursor::ADVENTURE,0);
|
||||||
|
curInt->waitWhileDialog();
|
||||||
if(settings["session"]["spectate"].Bool() && settings["session"]["spectate-skip-battle-result"].Bool())
|
if(settings["session"]["spectate"].Bool() && settings["session"]["spectate-skip-battle-result"].Bool())
|
||||||
{
|
{
|
||||||
close();
|
close();
|
||||||
|
Reference in New Issue
Block a user