Merge pull request #1 from ZetaGlest/develop

Merge
This commit is contained in:
MathuSum Mut 2018-04-10 00:48:41 +02:00 committed by GitHub
commit 6c1a3d3bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";