1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-17 00:07:41 +02:00

Save & restore mana

This commit is contained in:
nordsoft
2023-04-06 21:19:46 +04:00
parent 3e28b58c80
commit e85593dbb3
4 changed files with 23 additions and 6 deletions

View File

@ -2221,9 +2221,6 @@ void BattleResultAccepted::applyGs(CGameState * gs) const
CBonusSystemNode::treeHasChanged();
}
army1->battle = nullptr;
army2->battle = nullptr;
gs->curB.dellNull();
}