summaryrefslogtreecommitdiffstats
path: root/src/objects/Object.h
diff options
context:
space:
mode:
authorWalied K. Yassen <walied.developer@hotmail.com>2020-11-30 01:57:58 +0100
committerWalied K. Yassen <walied.developer@hotmail.com>2020-11-30 07:36:06 +0100
commit1dcd7c5b14b6ce771347c48b53eae7f2411e1113 (patch)
tree28fc50297e36addcaa96c66ceac5ccadb076d64f /src/objects/Object.h
parentImplement the missing damage effects and fix the existing ones (diff)
downloadre3-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.h2
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;