mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
By default sort AIM names in descending order (original behavior).
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@9360 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+2
-2
@@ -217,8 +217,8 @@ void GameInitAimSort()
|
|||||||
// initial sort is by name, ascending (A-Z)
|
// initial sort is by name, ascending (A-Z)
|
||||||
gubCurrentSortMode=12;
|
gubCurrentSortMode=12;
|
||||||
gubOldSortMode=12;
|
gubOldSortMode=12;
|
||||||
gubCurrentListMode=AIM_ASCEND;
|
gubCurrentListMode = AIM_DESCEND;
|
||||||
gubOldListMode=AIM_ASCEND;
|
gubOldListMode = AIM_DESCEND;
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOLEAN EnterAimSort()
|
BOOLEAN EnterAimSort()
|
||||||
|
|||||||
Reference in New Issue
Block a user