From 407359e82b461381001cb63f208ec9e83f9ba8f6 Mon Sep 17 00:00:00 2001 From: Wirlie Date: Wed, 20 Apr 2016 22:32:36 -0500 Subject: [PATCH] Fix #3318. Mine/Mouse train now can swing on turns. --- src/ride/vehicle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ride/vehicle.c b/src/ride/vehicle.c index 88c2256c4e..1a52a01985 100644 --- a/src/ride/vehicle.c +++ b/src/ride/vehicle.c @@ -5690,7 +5690,7 @@ static void vehicle_update_swinging_car(rct_vehicle *vehicle) if (ax >= -2730) { bl = 4; if (ax <= 2730) { - ax = 1; + bl = 1; if (ax >= -910) { bl = 2; if (ax <= 910) {