mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 06:23:04 +01:00
Integrate loc_6DBE5E
This commit is contained in:
@@ -8621,7 +8621,10 @@ loc_6DBA33:;
|
||||
|
||||
if (!UpdateTrackMotionBackwardsGetNewTrack(trackType, curRide, reinterpret_cast<uint16_t*>(®s.ax)))
|
||||
{
|
||||
goto loc_6DBE5E;
|
||||
_vehicleMotionTrackFlags |= VEHICLE_UPDATE_MOTION_TRACK_FLAG_5;
|
||||
_vehicleVelocityF64E0C -= remaining_distance - 0x368A;
|
||||
remaining_distance = 0x368A;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8685,12 +8688,6 @@ loc_6DBA33:;
|
||||
_vehicleUnkF64E10++;
|
||||
goto loc_6DBA33;
|
||||
|
||||
loc_6DBE5E:
|
||||
_vehicleMotionTrackFlags |= VEHICLE_UPDATE_MOTION_TRACK_FLAG_5;
|
||||
_vehicleVelocityF64E0C -= remaining_distance - 0x368A;
|
||||
remaining_distance = 0x368A;
|
||||
return false;
|
||||
|
||||
loc_6DBE7F:
|
||||
_vehicleVelocityF64E0C -= remaining_distance - 0x368A;
|
||||
remaining_distance = 0x368A;
|
||||
|
||||
Reference in New Issue
Block a user