summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-09-04 11:16:21 +0200
committerGitHub <noreply@github.com>2019-09-04 11:16:21 +0200
commitacfa79c6971ece6667cc1d20c0730e98775f4426 (patch)
tree94e03b67fae6a85c5934d2cd1b84e54a8574bc26 /src/core
parentMerge pull request #199 from Nick007J/master (diff)
parentCPed::ProcessControl and some cleanup (diff)
downloadre3-acfa79c6971ece6667cc1d20c0730e98775f4426.tar
re3-acfa79c6971ece6667cc1d20c0730e98775f4426.tar.gz
re3-acfa79c6971ece6667cc1d20c0730e98775f4426.tar.bz2
re3-acfa79c6971ece6667cc1d20c0730e98775f4426.tar.lz
re3-acfa79c6971ece6667cc1d20c0730e98775f4426.tar.xz
re3-acfa79c6971ece6667cc1d20c0730e98775f4426.tar.zst
re3-acfa79c6971ece6667cc1d20c0730e98775f4426.zip
Diffstat (limited to '')
-rw-r--r--src/core/PlayerInfo.h2
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;