* fix (work-around) for apparent MSVC bug, in AStarNode::operator<()

* removed some unused pathfinder stuff, and const-ified some other stuff
 * RoutePlanner is used in scenarios (for testing purposes...)
This commit is contained in:
James McCulloch
2010-08-08 04:43:24 +00:00
parent d280eefcce
commit 3d482ca366
12 changed files with 61 additions and 673 deletions

View File

@@ -239,6 +239,7 @@ void MenuStateScenario::loadGameSettings(const ScenarioInfo *scenarioInfo, GameS
gameSettings->setFactionCount(factionCount);
gameSettings->setFogOfWar(scenarioInfo->fogOfWar);
gameSettings->setPathFinderType(pfRoutePlanner);
}
ControlType MenuStateScenario::strToControllerType(const string &str){