diff options
author | aap <aap@papnet.eu> | 2019-07-26 01:34:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-26 01:34:32 +0200 |
commit | 8804aafc6a9f7cd69f51e248546d2f889e65c242 (patch) | |
tree | f86d3d0e5b4ec32026775eb9ede17e894d6ca40e /src/core/PlayerInfo.h | |
parent | Running script part 3 (diff) | |
parent | Merge pull request #162 from erorcun/erorcun (diff) | |
download | re3-8804aafc6a9f7cd69f51e248546d2f889e65c242.tar re3-8804aafc6a9f7cd69f51e248546d2f889e65c242.tar.gz re3-8804aafc6a9f7cd69f51e248546d2f889e65c242.tar.bz2 re3-8804aafc6a9f7cd69f51e248546d2f889e65c242.tar.lz re3-8804aafc6a9f7cd69f51e248546d2f889e65c242.tar.xz re3-8804aafc6a9f7cd69f51e248546d2f889e65c242.tar.zst re3-8804aafc6a9f7cd69f51e248546d2f889e65c242.zip |
Diffstat (limited to 'src/core/PlayerInfo.h')
-rw-r--r-- | src/core/PlayerInfo.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/PlayerInfo.h b/src/core/PlayerInfo.h index edcdad27..a5f69122 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; |