1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 05:23:04 +01:00

Remove goto label 6DC476

This commit is contained in:
frutiemax
2022-12-23 21:22:32 -05:00
committed by Gymnasiast
parent b512914c4b
commit 62be6090a8

View File

@@ -8214,14 +8214,12 @@ void Vehicle::UpdateTrackMotionMiniGolfVehicle(const Ride& curRide, const RideOb
goto Loc6DCA9A;
Loc6DC462:
if (var_D3 == 0)
if (var_D3 != 0)
{
goto Loc6DC476;
var_D3--;
goto Loc6DC985;
}
var_D3--;
goto Loc6DC985;
Loc6DC476:
if (mini_golf_flags & MiniGolfFlag::Flag2)
{
uint8_t nextFrame = animation_frame + 1;