1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 15:24:30 +01:00

Fix redundat separator in ride's measurement & test data window tab (#3654)

This commit is contained in:
Martin Černáč
2016-05-18 22:04:57 +02:00
committed by Ted John
parent beb8e41056
commit 2b6770bfad
2 changed files with 19 additions and 6 deletions

View File

@@ -495,7 +495,12 @@ enum {
STR_NO_TEST_RESULTS_YET = 1339,
STR_MAX_SPEED = 1340,
STR_RIDE_TIME = 1341,
STR_RIDE_TIME_ENTRY = 1342,
STR_RIDE_TIME_ENTRY_WITH_SEPARATOR = 1343,
STR_RIDE_LENGTH = 1344,
STR_RIDE_LENGTH_ENTRY = 1345,
STR_RIDE_LENGTH_ENTRY_WITH_SEPARATOR = 1346,
STR_AVERAGE_SPEED = 1347,
STR_MAX_POSITIVE_VERTICAL_G = 1348,
STR_MAX_POSITIVE_VERTICAL_G_RED = 1349,