mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-26 23:51:58 +00:00
- Minor GCC compat changes
- return( [CLASS]() ); generates a parse error (GCC Bug) This was SVN commit r357.
This commit is contained in:
@@ -88,4 +88,4 @@ void CEntityManager::destroy( u16 handle )
|
||||
delete( m_entities[handle].m_entity );
|
||||
}
|
||||
|
||||
bool CEntityManager::m_extant = false;
|
||||
bool CEntityManager::m_extant = false;
|
||||
|
||||
Reference in New Issue
Block a user