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:
@@ -54,6 +54,7 @@ CBaseFormation* CBaseFormationCollection::getTemplate( CStrW name )
|
||||
if( !newTemplate->loadXML( path ) )
|
||||
{
|
||||
LOG(ERROR, LOG_CATEGORY, "CBaseFormationCollection::loadTemplates(): Couldn't load template \"%s\"", path.c_str());
|
||||
delete newTemplate;
|
||||
return( NULL );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user