From c57f0bd9624c168ed188104f2616d3ab31e6e854 Mon Sep 17 00:00:00 2001 From: Spacek531 Date: Sun, 5 Mar 2023 22:17:14 -0800 Subject: [PATCH] add strings --- data/language/en-GB.txt | 3 +++ src/openrct2/localisation/StringIds.h | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/data/language/en-GB.txt b/data/language/en-GB.txt index 2f8fc0d2f1..30aa68feb1 100644 --- a/data/language/en-GB.txt +++ b/data/language/en-GB.txt @@ -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 # diff --git a/src/openrct2/localisation/StringIds.h b/src/openrct2/localisation/StringIds.h index fd5335493c..950d14d41b 100644 --- a/src/openrct2/localisation/StringIds.h +++ b/src/openrct2/localisation/StringIds.h @@ -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 };