diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-09-13 11:06:44 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-09-13 11:06:44 +0200 |
commit | 084efb1f141b92a2dce902faebdefb617f01a7d0 (patch) | |
tree | b3aed77b8284c894a5546f1645a51ec0e7a9e883 /src/control/Script.h | |
parent | wall climb cheat from LCS (diff) | |
parent | Merge pull request #702 from Sergeanur/VC/MusicManager (diff) | |
download | re3-084efb1f141b92a2dce902faebdefb617f01a7d0.tar re3-084efb1f141b92a2dce902faebdefb617f01a7d0.tar.gz re3-084efb1f141b92a2dce902faebdefb617f01a7d0.tar.bz2 re3-084efb1f141b92a2dce902faebdefb617f01a7d0.tar.lz re3-084efb1f141b92a2dce902faebdefb617f01a7d0.tar.xz re3-084efb1f141b92a2dce902faebdefb617f01a7d0.tar.zst re3-084efb1f141b92a2dce902faebdefb617f01a7d0.zip |
Diffstat (limited to 'src/control/Script.h')
-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 17f34d42..c7218847 100644 --- a/src/control/Script.h +++ b/src/control/Script.h @@ -286,12 +286,12 @@ class CTheScripts static uint8 UseTextCommands; static uint16 CommandsExecuted; static uint16 ScriptsUpdated; - static uint8 RiotIntensity; static uint32 LastMissionPassedTime; static uint16 NumberOfExclusiveMissionScripts; static bool bPlayerIsInTheStatium; +public: + static uint8 RiotIntensity; static bool bPlayerHasMetDebbieHarry; - public: static void Init(); static void Process(); |