Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Drail.h30RTF_ALLOW_90DEG = 4, ///< Bit number for always allowed 90 degree … enumerator
38 …RTFB_ALLOW_90DEG = 1 << RTF_ALLOW_90DEG, ///< Value for always allowed 90 degree turns…
361 …bool rt1_90deg = HasBit(rti1->flags, RTF_DISALLOW_90DEG) || (!HasBit(rti1->flags, RTF_ALLOW_90DEG)…
362 …bool rt2_90deg = HasBit(rti2->flags, RTF_DISALLOW_90DEG) || (!HasBit(rti2->flags, RTF_ALLOW_90DEG)…
H A Dconsole_cmds.cpp2280 HasBit(rti->flags, RTF_ALLOW_90DEG) ? 'a' : '-', in ConDumpRailTypes()