diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-10-14 17:07:05 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-10-17 16:35:26 +0200 |
commit | b98864d134b747c8f594c9194918b93040f88c1f (patch) | |
tree | 852ce957f21b35a655c583ba397a7cdceeb59492 /src/control | |
parent | update librw (diff) | |
download | re3-b98864d134b747c8f594c9194918b93040f88c1f.tar re3-b98864d134b747c8f594c9194918b93040f88c1f.tar.gz re3-b98864d134b747c8f594c9194918b93040f88c1f.tar.bz2 re3-b98864d134b747c8f594c9194918b93040f88c1f.tar.lz re3-b98864d134b747c8f594c9194918b93040f88c1f.tar.xz re3-b98864d134b747c8f594c9194918b93040f88c1f.tar.zst re3-b98864d134b747c8f594c9194918b93040f88c1f.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 |