Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DVehicle.cpp3882 bool hasBrakesFailure = curRide->lifecycle_flags & RIDE_LIFECYCLE_BROKEN_DOWN in UpdateArriving() local
3884 if (hasBrakesFailure && curRide->inspection_station == current_station in UpdateArriving()
8043 bool hasBrakesFailure = curRide->lifecycle_flags & RIDE_LIFECYCLE_BROKEN_DOWN in UpdateTrackMotionForwards() local
8045 …if (!hasBrakesFailure || curRide->mechanic_status == RIDE_MECHANIC_STATUS_HAS_FIXED_STATION_BRAKES) in UpdateTrackMotionForwards()