1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

Add sorting based on date

This commit is contained in:
Thomas
2015-06-22 13:49:35 +02:00
parent 2c762e97f1
commit ce26812caa
7 changed files with 104 additions and 12 deletions

View File

@@ -1545,6 +1545,11 @@ enum {
STR_INVERT_RIGHT_MOUSE_DRAG = 5372,
STR_NAME = 5373,
STR_DATE = 5374,
STR_UP = 5375,
STR_DOWN = 5376,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};