From feb188ecb238ffe4d12388b6865c17d6f794a5cf Mon Sep 17 00:00:00 2001 From: Duncan Date: Tue, 13 Oct 2020 01:35:08 +0100 Subject: [PATCH] Remove incorrect variable from interval names (#13175) Not sure why this has ended up in the interval names as it is not a rct_string_id. Luckily nothing at present was accessing this. --- src/openrct2/localisation/Localisation.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openrct2/localisation/Localisation.cpp b/src/openrct2/localisation/Localisation.cpp index 51b798335b..ec80c1f3c0 100644 --- a/src/openrct2/localisation/Localisation.cpp +++ b/src/openrct2/localisation/Localisation.cpp @@ -92,7 +92,6 @@ const rct_string_id RideInspectionIntervalNames[] = { STR_EVERY_HOUR, STR_EVERY_2_HOURS, STR_NEVER, - RIDE_SETTING_INSPECTION_INTERVAL }; const rct_string_id PeepThoughts[] = {