summaryrefslogtreecommitdiffstats
path: root/src/core/PlayerInfo.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-25 16:33:37 +0200
committeraap <aap@papnet.eu>2019-07-25 16:33:37 +0200
commit3bb607f9cbc3d26a1b312f61f86ce3f42ef82a94 (patch)
tree102b0d7b779aa8969e1be0c9779d2fd7f700b904 /src/core/PlayerInfo.h
parentfixed dinput (diff)
downloadre3-3bb607f9cbc3d26a1b312f61f86ce3f42ef82a94.tar
re3-3bb607f9cbc3d26a1b312f61f86ce3f42ef82a94.tar.gz
re3-3bb607f9cbc3d26a1b312f61f86ce3f42ef82a94.tar.bz2
re3-3bb607f9cbc3d26a1b312f61f86ce3f42ef82a94.tar.lz
re3-3bb607f9cbc3d26a1b312f61f86ce3f42ef82a94.tar.xz
re3-3bb607f9cbc3d26a1b312f61f86ce3f42ef82a94.tar.zst
re3-3bb607f9cbc3d26a1b312f61f86ce3f42ef82a94.zip
Diffstat (limited to 'src/core/PlayerInfo.h')
-rw-r--r--src/core/PlayerInfo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/PlayerInfo.h b/src/core/PlayerInfo.h
index d8128424..9327b9a0 100644
--- a/src/core/PlayerInfo.h
+++ b/src/core/PlayerInfo.h
@@ -45,10 +45,10 @@ public:
int8 field_225;
int8 field_226;
int8 field_227;
- int32 m_nTimeLostRemoteCar;
- int32 m_nTimeLastHealthLoss;
- int32 m_nTimeLastArmourLoss;
- int32 field_240;
+ uint32 m_nTimeLostRemoteCar;
+ uint32 m_nTimeLastHealthLoss;
+ uint32 m_nTimeLastArmourLoss;
+ uint32 m_nTimeTankShotGun;
int32 m_nUpsideDownCounter;
int32 field_248;
int16 m_nTrafficMultiplier;