summaryrefslogtreecommitdiff
path: root/src/object_properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object_properties.h')
-rw-r--r--src/object_properties.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object_properties.h b/src/object_properties.h
index eeb397efa..a0f5618d6 100644
--- a/src/object_properties.h
+++ b/src/object_properties.h
@@ -31,6 +31,7 @@ struct ObjectProperties
// Values are BS=1
s16 hp_max;
bool physical;
+ bool collideWithObjects;
float weight;
core::aabbox3d<f32> collisionbox;
std::string visual;