Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DVehicle.cpp9078 static constexpr int32_t GetAccelerationDecrease2(const int32_t velocity, const int32_t totalMass) in GetAccelerationDecrease2() function
9111 newAcceleration -= GetAccelerationDecrease2(velocity, totalMass); in UpdateTrackMotionMiniGolfCalculateAcceleration()
9509 curAcceleration -= GetAccelerationDecrease2(vehicle->velocity, totalMass); in UpdateTrackMotion()