diff options
author | Roman Masanin <36927roma@gmail.com> | 2020-10-18 22:03:03 +0200 |
---|---|---|
committer | Roman Masanin <36927roma@gmail.com> | 2020-10-18 22:03:03 +0200 |
commit | 0594ed5b4631ed779d946fced1e189c10cc0e5c5 (patch) | |
tree | f95645fb4f1e9de9a8f175e00eea329477ca34bf /src/control/Script.h | |
parent | fix bugs (diff) | |
download | re3-0594ed5b4631ed779d946fced1e189c10cc0e5c5.tar re3-0594ed5b4631ed779d946fced1e189c10cc0e5c5.tar.gz re3-0594ed5b4631ed779d946fced1e189c10cc0e5c5.tar.bz2 re3-0594ed5b4631ed779d946fced1e189c10cc0e5c5.tar.lz re3-0594ed5b4631ed779d946fced1e189c10cc0e5c5.tar.xz re3-0594ed5b4631ed779d946fced1e189c10cc0e5c5.tar.zst re3-0594ed5b4631ed779d946fced1e189c10cc0e5c5.zip |
Diffstat (limited to 'src/control/Script.h')
-rw-r--r-- | src/control/Script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/Script.h b/src/control/Script.h index c7218847..ac11f967 100644 --- a/src/control/Script.h +++ b/src/control/Script.h @@ -381,6 +381,7 @@ private: public: static void RemoveThisPed(CPed* pPed); + static uint32* GetLastMissionPassedTime() { return &LastMissionPassedTime; } #ifdef MISSION_SWITCHER static void SwitchToMission(int32 mission); #endif |