diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-06-15 00:26:19 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-06-15 00:26:19 +0300 |
commit | 2d976827ddf6fb43e64bf34555cf9175f867494b (patch) | |
tree | 8225f31e2a57e07ce411ff2b6a4acb55c1307671 /src/control/Script.h | |
parent | db6110e996756672595f3d0e69b8e96977a534e0 (diff) |
much better mission switcher
Diffstat (limited to 'src/control/Script.h')
-rw-r--r-- | src/control/Script.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/control/Script.h b/src/control/Script.h index 45475e6e..9b2de580 100644 --- a/src/control/Script.h +++ b/src/control/Script.h @@ -375,6 +375,11 @@ private: static void RemoveScriptTextureDictionary(); static void RemoveThisPed(CPed* pPed); +#ifdef MISSION_SWITCHER +public: + static void SwitchToMission(int32 mission); +#endif + friend class CRunningScript; friend class CHud; friend void CMissionCleanup::Process(); @@ -526,6 +531,8 @@ private: bool CheckDamagedWeaponType(int32 actual, int32 type); static bool ThisIsAValidRandomCop(int32 mi, bool cop, bool swat, bool fbi, bool army, bool miami); + + friend class CTheScripts; }; #ifdef USE_DEBUG_SCRIPT_LOADER @@ -545,8 +552,4 @@ void RetryMission(int, int); #ifdef USE_DEBUG_SCRIPT_LOADER extern int scriptToLoad; -#endif - -#ifdef MISSION_SWITCHER -extern int switchMissionTo; #endif
\ No newline at end of file |