add strings

This commit is contained in:
Spacek531 2023-03-05 22:17:14 -08:00
parent 1b62cd42ff
commit c57f0bd962
2 changed files with 7 additions and 0 deletions

View File

@ -3679,6 +3679,9 @@ STR_6573 :Invisible
STR_6574 :Void
STR_6575 :Allow special colour schemes
STR_6576 :Adds special colours to colour dropdown
STR_6577 :Block brake speed
STR_6578 :Set speed limit for block brakes. In block section mode, adjacent brakes with a slower speed are linked to the block brake.
STR_6579 :Block brakes will be set to default speed when saved as track design
#############
# Scenarios #

View File

@ -3977,6 +3977,10 @@ enum : uint16_t
STR_CHEAT_ALLOW_SPECIAL_COLOUR_SCHEMES = 6575,
STR_CHEAT_ALLOW_SPECIAL_COLOUR_SCHEMES_TIP = 6576,
STR_RIDE_CONSTRUCTION_BLOCK_BRAKE_SPEED = 6577,
STR_RIDE_CONSTRUCTION_BLOCK_BRAKE_SPEED_LIMIT_TIP = 6578,
STR_TRACK_DESIGN_BLOCK_BRAKE_SPEED_RESET = 6579,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
/* MAX_STR_COUNT = 32768 */ // MAX_STR_COUNT - upper limit for number of strings, not the current count strings
};