mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 02:24:09 +00:00
pointers into referencies!
This commit is contained in:
parent
a553ac8716
commit
95bd5b073a
3 changed files with 339 additions and 339 deletions
|
@ -381,7 +381,7 @@ private:
|
|||
public:
|
||||
static void RemoveThisPed(CPed* pPed);
|
||||
|
||||
static uint32* GetLastMissionPassedTime() { return &LastMissionPassedTime; }
|
||||
static uint32& GetLastMissionPassedTime() { return LastMissionPassedTime; }
|
||||
#ifdef MISSION_SWITCHER
|
||||
static void SwitchToMission(int32 mission);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue