mirror of
https://github.com/glest/glest-source.git
synced 2025-09-01 12:02:36 +02:00
Merge pull request #105 from Jammyjamjamman/oos_fix
Attempt to fix OOS bug in windows-linux games.
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user