aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UIni.pas
diff options
context:
space:
mode:
authorbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-11-20 13:02:32 +0000
committerbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-11-20 13:02:32 +0000
commit9792c8c1af8dc0733e3851a2f094897590b25605 (patch)
treeff0bee074b8dd9af8bb36ef6e54abdb317a5d7e8 /Game/Code/Classes/UIni.pas
parentfffb5a40133622131d7077f1d8842c2c6b7b51ad (diff)
downloadusdx-9792c8c1af8dc0733e3851a2f094897590b25605.tar.gz
usdx-9792c8c1af8dc0733e3851a2f094897590b25605.tar.xz
usdx-9792c8c1af8dc0733e3851a2f094897590b25605.zip
added sorting by year (decade)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2744 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/Classes/UIni.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/Game/Code/Classes/UIni.pas b/Game/Code/Classes/UIni.pas
index 56306ba2..8323345b 100644
--- a/Game/Code/Classes/UIni.pas
+++ b/Game/Code/Classes/UIni.pas
@@ -118,7 +118,7 @@ const
IDifficulty: array[0..2] of string = ('Easy', 'Medium', 'Hard');
ITabs: array[0..1] of string = ('Off', 'On');
- ISorting: array[0..8] of string = ('Edition', 'Genre', 'Language', 'Folder', 'Title', 'Artist', 'Title2', 'Artist2', 'Random');
+ ISorting: array[0..9] of string = ('Edition', 'Genre', 'Language', 'Folder', 'Title', 'Artist', 'Title2', 'Artist2', 'Random', 'Year');
sEdition = 0;
sGenre = 1;
sLanguage = 2;
@@ -128,6 +128,7 @@ const
sTitle2 = 6;
sArtist2 = 7;
sRandom = 8;
+ sYear = 9;
IShuffleTime: array[0..10] of string = ('Off',
'15 Sec',