mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 02:05:13 +01:00
Use better text descriptions. Holding down rate buttons now increase/decrease
This commit is contained in:
@@ -49,6 +49,7 @@ typedef enum {
|
||||
} CURRENCY_AFFIX;
|
||||
|
||||
#define CURRENCY_SYMBOL_MAX_SIZE 8
|
||||
#define CURRENCY_RATE_MAX_NUM_DIGITS 9
|
||||
|
||||
// Currency format specification - inspired by OpenTTD
|
||||
typedef struct currency_descriptor {
|
||||
|
||||
@@ -2672,6 +2672,8 @@ enum {
|
||||
STR_LOADSAVE_DEFAULT = 5891,
|
||||
STR_LOADSAVE_DEFAULT_TIP = 5892,
|
||||
|
||||
STR_RATE_INPUT_TITLE = 5893,
|
||||
STR_RATE_INPUT_DESC = 5894,
|
||||
// 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