- Minor GCC compat changes

- return( [CLASS]() ); generates a parse error (GCC Bug)

This was SVN commit r357.
This commit is contained in:
olsner
2004-06-02 16:11:32 +00:00
parent a1fb048fe5
commit df501b11ac
15 changed files with 26 additions and 25 deletions
+1 -1
View File
@@ -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;