Fix #3318. Mine/Mouse train now can swing on turns.

This commit is contained in:
Wirlie 2016-04-20 22:32:36 -05:00
parent 7eb3a90cea
commit 407359e82b
1 changed files with 1 additions and 1 deletions

View File

@ -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) {