1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Attempt to fix crash on quitApplication on Android

This commit is contained in:
Ivan Savenko
2023-08-15 00:17:59 +03:00
parent ef0cd0ba6e
commit 00ac8eb306
3 changed files with 4 additions and 5 deletions

View File

@ -77,7 +77,6 @@
#define COMPLAIN_RETF(txt, FORMAT) {complain(boost::str(boost::format(txt) % FORMAT)); return false;}
CondSh<bool> battleMadeAction(false);
boost::recursive_mutex battleActionMutex;
CondSh<BattleResult *> battleResult(nullptr);
template <typename T> class CApplyOnGH;