mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-26 07:32:45 +00:00
First set of Core Classes changes! w00t :P
This was SVN commit r823.
This commit is contained in:
@@ -86,7 +86,7 @@ void CEntityManager::dispatchAll( CMessage* msg )
|
||||
m_entities[i].m_entity->dispatch( msg );
|
||||
}
|
||||
|
||||
void CEntityManager::updateAll( float timestep )
|
||||
void CEntityManager::updateAll( size_t timestep )
|
||||
{
|
||||
std::vector<CEntity*>::iterator it;
|
||||
for( it = m_reaper.begin(); it < m_reaper.end(); it++ )
|
||||
|
||||
Reference in New Issue
Block a user