1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 07:43:01 +01:00

Fix formatting

This commit is contained in:
Gymnasiast
2020-12-19 21:04:22 +01:00
committed by Richard Qian
parent 6568735fa8
commit bcf0e15c97

View File

@@ -2249,8 +2249,9 @@ static void window_ride_construction_invalidate(rct_window* w)
{ {
stringId = STR_LOG_BUMPS; stringId = STR_LOG_BUMPS;
} }
else if (stringId == STR_SPINNING_CONTROL_TOGGLE_TRACK else if (
&& ride->type != RIDE_TYPE_SPINNING_WILD_MOUSE && ride->type != RIDE_TYPE_STEEL_WILD_MOUSE) stringId == STR_SPINNING_CONTROL_TOGGLE_TRACK && ride->type != RIDE_TYPE_SPINNING_WILD_MOUSE
&& ride->type != RIDE_TYPE_STEEL_WILD_MOUSE)
{ {
stringId = STR_BOOSTER; stringId = STR_BOOSTER;
} }