diff --git a/src/openrct2-ui/windows/RideConstruction.cpp b/src/openrct2-ui/windows/RideConstruction.cpp index 8740244c54..fd6efd47db 100644 --- a/src/openrct2-ui/windows/RideConstruction.cpp +++ b/src/openrct2-ui/windows/RideConstruction.cpp @@ -2249,8 +2249,9 @@ static void window_ride_construction_invalidate(rct_window* w) { stringId = STR_LOG_BUMPS; } - else if (stringId == STR_SPINNING_CONTROL_TOGGLE_TRACK - && ride->type != RIDE_TYPE_SPINNING_WILD_MOUSE && ride->type != RIDE_TYPE_STEEL_WILD_MOUSE) + else if ( + stringId == STR_SPINNING_CONTROL_TOGGLE_TRACK && ride->type != RIDE_TYPE_SPINNING_WILD_MOUSE + && ride->type != RIDE_TYPE_STEEL_WILD_MOUSE) { stringId = STR_BOOSTER; }