Allowing non-labor skills to sort stably.

develop
Eric Wald 2014-10-21 22:49:50 -06:00
parent 169da1342d
commit ac73c0eeba
1 changed files with 1 additions and 1 deletions

@ -363,7 +363,7 @@ bool sortBySkill (const UnitInfo *d1, const UnitInfo *d2)
else
return d1->unit->status.labors[sort_labor] < d2->unit->status.labors[sort_labor];
}
return sortByName(d1, d2);
return false;
}
enum display_columns {