Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dstation_type.h65 HVOT_BUS = 1 << 2, ///< Station has seen a bus enumerator
H A Droadveh_cmd.cpp687 if (!(st->had_vehicle_of_type & HVOT_BUS)) { in RoadVehArrivesAt()
688 st->had_vehicle_of_type |= HVOT_BUS; in RoadVehArrivesAt()