From 9eb599ff58fcc9d3f89872a548fcf2221c65061f Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Thu, 23 Jan 2020 17:29:36 +0200 Subject: Plane crashfix and more --- src/entities/Solid.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/entities/Solid.h') diff --git a/src/entities/Solid.h b/src/entities/Solid.h index f4679b3b..e67c8e29 100644 --- a/src/entities/Solid.h +++ b/src/entities/Solid.h @@ -6,9 +6,7 @@ class CSolid : public CEntity { public: CSolid(void) { - bRemoveFromWorld = true; - bHasHitWall = false; - bImBeingRendered = false; - m_flagE2 = true; + m_type = ENTITY_TYPE_BUILDING; + bUsesCollision = true; } }; \ No newline at end of file -- cgit v1.2.3