diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-12-10 00:02:02 +0100 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-12-16 05:48:44 +0100 |
commit | 6cbf1db5194557a4400f56cfbc9303ce73a8c5a4 (patch) | |
tree | 3936281b1ad7994f76f8cb3e57363698d6915dce /src/core/PlayerInfo.h | |
parent | Merge pull request #280 from erorcun/erorcun (diff) | |
download | re3-6cbf1db5194557a4400f56cfbc9303ce73a8c5a4.tar re3-6cbf1db5194557a4400f56cfbc9303ce73a8c5a4.tar.gz re3-6cbf1db5194557a4400f56cfbc9303ce73a8c5a4.tar.bz2 re3-6cbf1db5194557a4400f56cfbc9303ce73a8c5a4.tar.lz re3-6cbf1db5194557a4400f56cfbc9303ce73a8c5a4.tar.xz re3-6cbf1db5194557a4400f56cfbc9303ce73a8c5a4.tar.zst re3-6cbf1db5194557a4400f56cfbc9303ce73a8c5a4.zip |
Diffstat (limited to 'src/core/PlayerInfo.h')
-rw-r--r-- | src/core/PlayerInfo.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/PlayerInfo.h b/src/core/PlayerInfo.h index 28881796..19c5ce23 100644 --- a/src/core/PlayerInfo.h +++ b/src/core/PlayerInfo.h @@ -29,8 +29,8 @@ public: int32 m_nCollectedPackages; int32 m_nTotalPackages; uint32 m_nLastBumpPlayerCarTimer; - uint32 m_nSwitchTaxiTime; - bool m_bSwitchTaxi; + uint32 m_nUnusedTaxiTimer; + bool m_bUnusedTaxiThing; int8 field_197; int8 field_198; int8 field_199; @@ -87,6 +87,7 @@ public: void EvaluateCarPosition(CEntity*, CPed*, float, float*, CVehicle**); void LoadPlayerInfo(uint8 *buf, uint32 size); void SavePlayerInfo(uint8 *buf, uint32* size); + void FindClosestCarSectorList(CPtrList&, CPed*, float, float, float, float, float*, CVehicle**); ~CPlayerInfo() { }; void dtor(void) { this->CPlayerInfo::~CPlayerInfo(); } |