From 8cae65978611476d0da215acf61819a905c68267 Mon Sep 17 00:00:00 2001 From: PilzAdam Date: Fri, 14 Jun 2013 12:04:46 +0000 Subject: Add an option to disable object <-> object collision for Lua entities --- src/object_properties.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/object_properties.h') 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 collisionbox; std::string visual; -- cgit v1.2.3