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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user