1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 06:23:04 +01:00

implement SI units for distance / speed measurement, closes #2496

This commit is contained in:
IntelOrca
2015-12-18 21:11:24 +00:00
parent 859c35574a
commit 22b4df1a99
10 changed files with 49 additions and 9 deletions

View File

@@ -1407,6 +1407,11 @@ enum {
STR_SAVE_EVERY_HOUR = 2705,
STR_SAVE_NEVER = 2706,
STR_UNIT_SUFFIX_FEET = 2732,
STR_UNIT_SUFFIX_METRES = 2733,
STR_UNIT_SUFFIX_MILES_PER_HOUR = 2734,
STR_UNIT_SUFFIX_KILOMETRES_PER_HOUR = 2735,
STR_DATE_FORMAT_DMY = 2737,
STR_ROLLERCOASTER_TYCOON_1_DROPDOWN = 2740,
@@ -2182,6 +2187,9 @@ enum {
STR_TRAP_MOUSE = 5582,
STR_UNIT_SUFFIX_METRES_PER_SECOND = 5583,
STR_SI = 5584,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};