From 6e0a311c4cf32d8d9030c0f8b65efc580e472e75 Mon Sep 17 00:00:00 2001 From: Sevenfm Date: Tue, 5 Apr 2022 18:14:04 +0000 Subject: [PATCH] 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 --- Laptop/AimSort.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Laptop/AimSort.cpp b/Laptop/AimSort.cpp index 007ad303..47ed8696 100644 --- a/Laptop/AimSort.cpp +++ b/Laptop/AimSort.cpp @@ -217,8 +217,8 @@ void GameInitAimSort() // initial sort is by name, ascending (A-Z) gubCurrentSortMode=12; gubOldSortMode=12; - gubCurrentListMode=AIM_ASCEND; - gubOldListMode=AIM_ASCEND; + gubCurrentListMode = AIM_DESCEND; + gubOldListMode = AIM_DESCEND; } BOOLEAN EnterAimSort()