mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 18:28:35 +00:00
# Fixed infinite loop.
Also fixed sectorDivs so it's always initialised, since the complaints were annoying. Camera: Added a const. Super cavalry: Added required(?) aura attributes. This was SVN commit r3906.
This commit is contained in:
@@ -79,6 +79,7 @@ CBaseEntity::CBaseEntity( CPlayer* player )
|
||||
m_corpse = CStrW();
|
||||
m_foundation = CStrW();
|
||||
m_passThroughAllies = false;
|
||||
m_sectorDivs = 4;
|
||||
|
||||
// Sentinel values for stamina and health (so scripts can check if an entity has no stamina or no HP).
|
||||
m_speed=0;
|
||||
|
||||
Reference in New Issue
Block a user