diff options
Diffstat (limited to 'src/entities/Solid.h')
-rw-r--r-- | src/entities/Solid.h | 6 |
1 files changed, 2 insertions, 4 deletions
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 |