Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DRide.h554 RIDE_TESTING_TURN_LEFT = (1 << 1), enumerator
H A DVehicle.cpp1542 if (testingFlags & RIDE_TESTING_TURN_LEFT && trackFlags & TRACK_ELEM_FLAG_TURN_LEFT) in UpdateMeasurements()
1552 else if (testingFlags & RIDE_TESTING_TURN_RIGHT || testingFlags & RIDE_TESTING_TURN_LEFT) in UpdateMeasurements()
1555RIDE_TESTING_TURN_LEFT | RIDE_TESTING_TURN_RIGHT | RIDE_TESTING_TURN_BANKED | RIDE_TESTING_TURN_SL… in UpdateMeasurements()
1586 curRide->testing_flags |= RIDE_TESTING_TURN_LEFT; in UpdateMeasurements()