diff --git a/source/glest_game/ai/path_finder.h b/source/glest_game/ai/path_finder.h index 2da93776..f48f72de 100644 --- a/source/glest_game/ai/path_finder.h +++ b/source/glest_game/ai/path_finder.h @@ -91,7 +91,8 @@ public: Mutex *factionMutexPrecache; public: FactionState() : - factionMutexPrecache(new Mutex) { + //factionMutexPrecache(new Mutex) { + factionMutexPrecache(NULL) { openPosList.clear(); openNodesList.clear();