mirror of
https://github.com/halpz/re3.git
synced 2025-07-22 10:39:47 +00:00
Plane crashfix and more
This commit is contained in:
@ -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;
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user