mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-30 17:25:53 +00:00
- Minor GCC compat changes
- return( [CLASS]() ); generates a parse error (GCC Bug) This was SVN commit r357.
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user