diff options
author | erorcun <erayorcunus@gmail.com> | 2020-10-17 17:39:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-17 17:39:56 +0200 |
commit | 4e4e0e8e04c7e4b997c32d7cae587d2fd57fac35 (patch) | |
tree | f64f498b902d55781a22c65c763144ac8014d17c /src/control | |
parent | Fix player model not changing in cutscenes (diff) | |
parent | Radar, WaterCannon, win/glfw skels (diff) | |
download | re3-4e4e0e8e04c7e4b997c32d7cae587d2fd57fac35.tar re3-4e4e0e8e04c7e4b997c32d7cae587d2fd57fac35.tar.gz re3-4e4e0e8e04c7e4b997c32d7cae587d2fd57fac35.tar.bz2 re3-4e4e0e8e04c7e4b997c32d7cae587d2fd57fac35.tar.lz re3-4e4e0e8e04c7e4b997c32d7cae587d2fd57fac35.tar.xz re3-4e4e0e8e04c7e4b997c32d7cae587d2fd57fac35.tar.zst re3-4e4e0e8e04c7e4b997c32d7cae587d2fd57fac35.zip |
Diffstat (limited to 'src/control')
-rw-r--r-- | src/control/Script.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/control/Script.h b/src/control/Script.h index c7218847..c63025b2 100644 --- a/src/control/Script.h +++ b/src/control/Script.h @@ -288,8 +288,8 @@ class CTheScripts static uint16 ScriptsUpdated; static uint32 LastMissionPassedTime; static uint16 NumberOfExclusiveMissionScripts; - static bool bPlayerIsInTheStatium; public: + static bool bPlayerIsInTheStatium; static uint8 RiotIntensity; static bool bPlayerHasMetDebbieHarry; public: @@ -562,4 +562,4 @@ void RetryMission(int, int); #ifdef USE_DEBUG_SCRIPT_LOADER extern int scriptToLoad; -#endif
\ No newline at end of file +#endif |