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

object-selection-columns: finish sorting and add ride tab animations

This commit is contained in:
IntelOrca
2015-06-26 01:11:24 +01:00
parent 210ba2a04d
commit 2e47f2a26a
3 changed files with 175 additions and 45 deletions

View File

@@ -1550,6 +1550,9 @@ enum {
STR_UP = 5375,
STR_DOWN = 5376,
STR_OBJECTS_SORT_TYPE = 5447,
STR_OBJECTS_SORT_RIDE = 5448,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};