Added a new game option to allow the user to decide how to sort sets in filter and award section (by sector, by name or by release date).

This commit is contained in:
Vittorio Alfieri
2021-01-09 13:34:42 +01:00
parent 7a6c4b2c15
commit 7c8b634086
8 changed files with 57 additions and 2 deletions
+4
View File
@@ -335,6 +335,10 @@ class Constants
GRADE_UNSUPPORTED = 4,
GRADE_DANGEROUS = 5,
BY_SECTOR=0,
BY_NAME=1,
BY_DATE=2,
ASKIP_NONE=0,
ASKIP_SAFE=1,
ASKIP_FULL=2,