1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Fixed CID 1197516

This commit is contained in:
AlexVinS
2016-11-27 19:13:40 +03:00
parent 6196ae7fca
commit abe4beebc6
5 changed files with 7 additions and 8 deletions

View File

@@ -75,7 +75,7 @@ private:
mutable CGameHandler * gh;
};
CondSh<bool> battleMadeAction;
CondSh<bool> battleMadeAction(false);
CondSh<BattleResult *> battleResult(nullptr);
template <typename T> class CApplyOnGH;