summaryrefslogtreecommitdiffstats
path: root/src/control
diff options
context:
space:
mode:
authorRoman Masanin <36927roma@gmail.com>2020-10-18 22:03:03 +0200
committerRoman Masanin <36927roma@gmail.com>2020-10-18 22:03:03 +0200
commit0594ed5b4631ed779d946fced1e189c10cc0e5c5 (patch)
treef95645fb4f1e9de9a8f175e00eea329477ca34bf /src/control
parentfix bugs (diff)
downloadre3-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')
-rw-r--r--src/control/Script.h1
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