1
0
forked from mirrors/0ad

#Configurable game speed, techs, elevation attack bonus

-techs are not operational yet
-set the game speed with setSimRate() in the console or in the config
file under hotkey.speed.increase or hotkey.speed.decrease
-made a few other small fixes

This was SVN commit r3950.
This commit is contained in:
pyrolink
2006-06-06 06:31:17 +00:00
parent 19c31d97ff
commit e4c40841b2
17 changed files with 841 additions and 20 deletions
@@ -57,6 +57,7 @@ CBaseEntity* CBaseEntityCollection::getTemplate( CStrW name, CPlayer* player )
if( !newTemplate->loadXML( path ) )
{
LOG(ERROR, LOG_CATEGORY, "CBaseEntityCollection::loadTemplates(): Couldn't load template \"%s\"", path.c_str());
delete newTemplate;
return( NULL );
}