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:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user