Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Droadveh.h58RVSB_ROAD_STOP_TRACKDIR_MASK = 0x09, ///< Only bits 0 and 3 are used to encod… enumerator
H A Droadveh_cmd.cpp1095 dir = (Trackdir)(prev_state & RVSB_ROAD_STOP_TRACKDIR_MASK); in FollowPreviousRoadVehicle()
1189 (HasBit(v->state, RVS_IN_DT_ROAD_STOP) ? v->state & RVSB_ROAD_STOP_TRACKDIR_MASK : v->state) + in IndividualRoadVehicleController()
H A Dstation_cmd.cpp1971 if (HasBit(rv->state, RVS_IN_DT_ROAD_STOP)) rv->state &= RVSB_ROAD_STOP_TRACKDIR_MASK; in ClearRoadStopStatusEnum()