mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
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.
This commit is contained in:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user