mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 02:46:49 +00:00
Fixed a small bug - CEntity::m_extant was not initialized to true.
This was SVN commit r4089.
This commit is contained in:
@@ -101,6 +101,7 @@ CEntity::CEntity( CBaseEntity* base, CVector3D position, float orientation, cons
|
||||
|
||||
m_building = building;
|
||||
|
||||
m_extant = true;
|
||||
m_visible = true;
|
||||
|
||||
m_associatedTerritory = 0;
|
||||
|
||||
Reference in New Issue
Block a user