Home
last modified time | relevance | path

Searched refs:cableLiftSecondPart (Results 1 – 1 of 1) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DCableLift.cpp156 Vehicle* cableLiftSecondPart = GetEntity<Vehicle>(prev_vehicle_on_ride); in CableLiftUpdateWaitingToDepart() local
157 if (passengerVehicle == nullptr || cableLiftSecondPart == nullptr) in CableLiftUpdateWaitingToDepart()
162 int16_t distX = abs(passengerVehicle->x - cableLiftSecondPart->x); in CableLiftUpdateWaitingToDepart()
163 int16_t distY = abs(passengerVehicle->y - cableLiftSecondPart->y); in CableLiftUpdateWaitingToDepart()