Core/Misc: Do not use singleton when calling to static function ChooseDisplayId (and remove unused parameter)

This commit is contained in:
Spp
2013-03-20 11:30:23 +01:00
parent a44319a99d
commit b4ee55dd05
11 changed files with 30 additions and 54 deletions

View File

@@ -101,8 +101,6 @@ SmartWaypointMgr::~SmartWaypointMgr()
delete itr->second;
}
waypoint_map.clear();
}
void SmartAIMgr::LoadSmartAIFromDB()