From b38bf7a438108f5710fbdaa455779dbe13ccf00e Mon Sep 17 00:00:00 2001 From: Mustapha Elghoul Date: Mon, 20 Apr 2020 22:52:22 -0400 Subject: [PATCH] Grouped Alike Functions in Vehicle.h --- src/openrct2/ride/Vehicle.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/openrct2/ride/Vehicle.h b/src/openrct2/ride/Vehicle.h index ff6a60177e..91c7f86df6 100644 --- a/src/openrct2/ride/Vehicle.h +++ b/src/openrct2/ride/Vehicle.h @@ -312,6 +312,11 @@ private: uint16_t GetSoundPriority() const; rct_vehicle_sound_params CreateSoundParam(uint16_t priority) const; void CableLiftUpdate(); + void CableLiftUpdateMovingToEndOfStation(); + void CableLiftUpdateWaitingToDepart(); + void CableLiftUpdateDeparting(); + void CableLiftUpdateTravelling(); + void CableLiftUpdateArriving(); void UpdateMovingToEndOfStation(); void UpdateWaitingForPassengers(); void UpdateWaitingToDepart(); @@ -350,11 +355,6 @@ private: bool CurrentTowerElementIsTop(); bool UpdateTrackMotionForwards(rct_ride_entry_vehicle* vehicleEntry, Ride* curRide, rct_ride_entry* rideEntry); bool UpdateTrackMotionBackwards(rct_ride_entry_vehicle* vehicleEntry, Ride* curRide, rct_ride_entry* rideEntry); - void CableLiftUpdateMovingToEndOfStation(); - void CableLiftUpdateWaitingToDepart(); - void CableLiftUpdateDeparting(); - void CableLiftUpdateTravelling(); - void CableLiftUpdateArriving(); }; struct train_ref