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, 0 insertions, 1 deletions
diff --git a/src/object_properties.h b/src/object_properties.h
index 199182d70..3895f3379 100644
--- a/src/object_properties.h
+++ b/src/object_properties.h
@@ -31,7 +31,6 @@ struct ObjectProperties
u16 breath_max = 0;
bool physical = false;
bool collideWithObjects = true;
- float weight = 5.0f;
// Values are BS=1
aabb3f collisionbox = aabb3f(-0.5f, -0.5f, -0.5f, 0.5f, 0.5f, 0.5f);
aabb3f selectionbox = aabb3f(-0.5f, -0.5f, -0.5f, 0.5f, 0.5f, 0.5f);