1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Merge pull request #3364 from Wirlie/develop

Fix #3318. Mine/Mouse train now can swing on turns.
This commit is contained in:
Duncan
2016-04-21 12:48:13 +01:00

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