1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 20:13:07 +01:00

implement ride window widgets and dropdown lists

This commit is contained in:
IntelOrca
2014-09-01 12:04:34 +01:00
parent 78cd7407fa
commit 17c4e4937a
6 changed files with 322 additions and 3 deletions

View File

@@ -255,6 +255,7 @@ enum {
STR_DEMOLISH_RIDE_TIP = 992,
STR_OVERALL_VIEW = 996,
STR_VIEW_SELECTION = 997,
STR_OPEN_CLOSE_OR_TEST_RIDE = 1008,
@@ -848,6 +849,9 @@ enum {
STR_LIST_RIDES_TIP = 3104,
STR_LIST_SHOPS_AND_STALLS_TIP = 3105,
STR_LIST_KIOSKS_AND_FACILITIES_TIP = 3106,
STR_CLOSE_RIDE = 3107,
STR_TEST_RIDE = 3108,
STR_OPEN_RIDE = 3109,
STR_SCROLL_LEFT_TIP = 3145,
STR_SCROLL_RIGHT_TIP = STR_SCROLL_LEFT_TIP + 1,