- 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
@@ -136,4 +136,4 @@ bool CEntity::processPatrol( CEntityOrder* current, float timestep )
m_orderQueue.push_front( this_segment );
m_orderQueue.push_back( repeat_patrol );
return( true );
}
}