mirror of
https://github.com/halpz/re3.git
synced 2025-12-22 11:32:51 +00:00
colstore done
This commit is contained in:
@@ -485,7 +485,7 @@ public:
|
||||
static void SetObjectiveForAllPedsInCollective(int, eObjective);
|
||||
#endif
|
||||
|
||||
bool IsFortStauntonDestroyed() { return *(int32*)&ScriptSpace[FSDestroyedFlag] == 1; }
|
||||
static bool IsFortStauntonDestroyed() { return FSDestroyedFlag && *(int32*)&ScriptSpace[FSDestroyedFlag] == 1; }
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user