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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user