From e05b7dbb3c89ddaf52a4c493a0d05f1ca2244dce Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 22 Jan 2020 09:19:27 +0000 Subject: Remove unused weight property from objects (#9320) --- src/object_properties.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/object_properties.h') 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); -- cgit v1.2.3