From bcf0e15c97a70718c842c0e0129e7a58d20a4478 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Sat, 19 Dec 2020 21:04:22 +0100 Subject: [PATCH] Fix formatting --- src/openrct2-ui/windows/RideConstruction.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; }