diff --git a/source/glest_game/type_instances/faction.cpp b/source/glest_game/type_instances/faction.cpp index 18fa705d1..b2212c9d8 100644 --- a/source/glest_game/type_instances/faction.cpp +++ b/source/glest_game/type_instances/faction.cpp @@ -450,7 +450,10 @@ namespace Glest //bool sortedUnitsAllowed = config.getBool("AllowGroupedUnitCommands","true"); //bool sortedUnitsAllowed = false; //if(sortedUnitsAllowed == true) { - this->faction->sortUnitsByCommandGroups (); + + /// TODO: Why does this cause and OOS? + //this->faction->sortUnitsByCommandGroups (); + //} codeLocation = "8";