diff options
author | Walied K. Yassen <walied.developer@hotmail.com> | 2020-11-30 01:57:58 +0100 |
---|---|---|
committer | Walied K. Yassen <walied.developer@hotmail.com> | 2020-11-30 07:36:06 +0100 |
commit | 1dcd7c5b14b6ce771347c48b53eae7f2411e1113 (patch) | |
tree | 28fc50297e36addcaa96c66ceac5ccadb076d64f /src/objects/Object.h | |
parent | Implement the missing damage effects and fix the existing ones (diff) | |
download | re3-1dcd7c5b14b6ce771347c48b53eae7f2411e1113.tar re3-1dcd7c5b14b6ce771347c48b53eae7f2411e1113.tar.gz re3-1dcd7c5b14b6ce771347c48b53eae7f2411e1113.tar.bz2 re3-1dcd7c5b14b6ce771347c48b53eae7f2411e1113.tar.lz re3-1dcd7c5b14b6ce771347c48b53eae7f2411e1113.tar.xz re3-1dcd7c5b14b6ce771347c48b53eae7f2411e1113.tar.zst re3-1dcd7c5b14b6ce771347c48b53eae7f2411e1113.zip |
Diffstat (limited to '')
-rw-r--r-- | src/objects/Object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/Object.h b/src/objects/Object.h index 80f3b4a1..e34043a8 100644 --- a/src/objects/Object.h +++ b/src/objects/Object.h @@ -76,7 +76,7 @@ public: uint8 m_nCollisionDamageEffect; uint8 m_nSpecialCollisionResponseCases; bool m_bCameraToAvoidThisObject; - int8 m_nBeachballBounces; + uint8 m_nBeachballBounces; uint32 m_obj_unused1; uint32 m_nEndOfLifeTime; int16 m_nRefModelIndex; |