mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 05:30:34 +00:00
Plane crashfix and more
This commit is contained in:
parent
77515f04e0
commit
9eb599ff58
6 changed files with 10 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue