From 2a5bccb4c3be2a8df7d40cbe7a787e7367f6c483 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Wed, 7 Sep 2022 20:54:08 +0200 Subject: [PATCH] Fix whitespace --- src/openrct2/ride/thrill/SwingingShip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/ride/thrill/SwingingShip.cpp b/src/openrct2/ride/thrill/SwingingShip.cpp index 73345c9eee..58c9fc1479 100644 --- a/src/openrct2/ride/thrill/SwingingShip.cpp +++ b/src/openrct2/ride/thrill/SwingingShip.cpp @@ -102,7 +102,7 @@ static void PaintSwingingShipStructure( CoordsXYZ offset((direction & 1) ? 0 : axisOffset, (direction & 1) ? axisOffset : 0, height + 7); CoordsXYZ bbLength(bounds.length.x, bounds.length.y, 80); CoordsXYZ bbOffset(bounds.offset.x, bounds.offset.y, height + 7); - + auto baseImageId = rideEntry->Cars[0].base_image_id + SwingingShipBaseSpriteOffset[direction]; if (vehicle != nullptr) {