summaryrefslogtreecommitdiffstats
path: root/src/objects/Object.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-10-17 07:23:01 +0200
committerSergeanur <s.anureev@yandex.ua>2020-10-17 07:23:01 +0200
commitef47dad566db734b1efda862c414cf89af53d07e (patch)
tree6e00e4f9cff641a19b8d4cd5edfb4276651e927f /src/objects/Object.h
parentupdate librw (diff)
downloadre3-ef47dad566db734b1efda862c414cf89af53d07e.tar
re3-ef47dad566db734b1efda862c414cf89af53d07e.tar.gz
re3-ef47dad566db734b1efda862c414cf89af53d07e.tar.bz2
re3-ef47dad566db734b1efda862c414cf89af53d07e.tar.lz
re3-ef47dad566db734b1efda862c414cf89af53d07e.tar.xz
re3-ef47dad566db734b1efda862c414cf89af53d07e.tar.zst
re3-ef47dad566db734b1efda862c414cf89af53d07e.zip
Diffstat (limited to '')
-rw-r--r--src/objects/Object.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/objects/Object.h b/src/objects/Object.h
index b81e84b6..ce45509f 100644
--- a/src/objects/Object.h
+++ b/src/objects/Object.h
@@ -70,7 +70,8 @@ public:
uint8 bUseVehicleColours : 1;
uint8 bIsWeapon : 1;
uint8 bIsStreetLight : 1;
- int8 m_nBonusValue;
+ int8 m_nBonusValue;
+ uint16 m_nCostValue;
float m_fCollisionDamageMultiplier;
uint8 m_nCollisionDamageEffect;
uint8 m_nSpecialCollisionResponseCases;