diff options
| author | eray orçunus <erayorcunus@gmail.com> | 2019-09-03 19:53:04 +0300 |
|---|---|---|
| committer | eray orçunus <erayorcunus@gmail.com> | 2019-09-03 23:05:17 +0300 |
| commit | e232b664be601dafb9c25dd856a20db0508115e8 (patch) | |
| tree | 94e03b67fae6a85c5934d2cd1b84e54a8574bc26 /src/core/PlayerInfo.h | |
| parent | Merge pull request #199 from Nick007J/master (diff) | |
| download | re3-e232b664be601dafb9c25dd856a20db0508115e8.tar.gz | |
CPed::ProcessControl and some cleanup
Diffstat (limited to 'src/core/PlayerInfo.h')
| -rw-r--r-- | src/core/PlayerInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/PlayerInfo.h b/src/core/PlayerInfo.h index decfb24c..5edbc8d0 100644 --- a/src/core/PlayerInfo.h +++ b/src/core/PlayerInfo.h @@ -26,7 +26,7 @@ public: int32 m_nVisibleMoney; int32 m_nCollectedPackages; int32 m_nTotalPackages; - int32 field_188; + uint32 m_nLastBumpPlayerCarTimer; int32 m_nSwitchTaxiTime; bool m_bSwitchTaxi; int8 field_197; |
