mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 17:54:50 +01:00
Fix jerky vehicles on station platforms. Fixes #3011.
Issue caused by a mistake in implementing the function
This commit is contained in:
@@ -1247,7 +1247,7 @@ static void vehicle_update_moving_to_end_of_station(rct_vehicle *vehicle){
|
||||
}
|
||||
}
|
||||
if (vehicle->velocity > 131940){
|
||||
vehicle->velocity = vehicle->velocity / 16;
|
||||
vehicle->velocity -= vehicle->velocity / 16;
|
||||
vehicle->acceleration = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user