Fix formatting

This commit is contained in:
Gymnasiast 2020-12-19 21:04:22 +01:00 committed by Richard Qian
parent 6568735fa8
commit bcf0e15c97
1 changed files with 3 additions and 2 deletions

View File

@ -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;
}