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