Skip to content

Commit

Permalink
Fix the reset function
Browse files Browse the repository at this point in the history
  • Loading branch information
frutiemax92 committed May 21, 2023
1 parent bde058a commit 4249d5d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/openrct2/ride/thrill/Condor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -657,9 +657,7 @@ void CondorUpdateWaitingForDepart(Vehicle& vehicle)
void CondorRideData::Reset()
{
State = CondorRideState::Waiting;
VehiclesZ = 0;
TowerTop = 0;
TowerBase = 0;
VehiclesZ = TowerBase;
ArmRotation = 0;
TowerRotationCounter = 0;
SpinningTopCounter = 0;
Expand Down

0 comments on commit 4249d5d

Please sign in to comment.