1
0
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:
Duncan
2020-10-13 01:35:08 +01:00
committed by GitHub
parent 9e84fda814
commit feb188ecb2

View File

@@ -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[] = {