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