1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Made gamestate lock static

This commit is contained in:
AlexVinS
2017-06-14 07:59:41 +03:00
parent cf60aa61b0
commit 86f9df5f68
7 changed files with 9 additions and 15 deletions

View File

@@ -213,7 +213,7 @@ public:
CBonusSystemNode globalEffects;
RumorState rumor;
boost::shared_mutex *mx;
static boost::shared_mutex mutex;
void giveHeroArtifact(CGHeroInstance *h, ArtifactID aid);