changeset 2436 | 7d5df545bd5d |
parent 2274 | 2c99425c1086 |
child 2472 | 2711a54b0498 |
2435:9b9d43988058 | 2436:7d5df545bd5d |
---|---|
574 static inline bool IsCompatibleRail(RailType enginetype, RailType tiletype) |
574 static inline bool IsCompatibleRail(RailType enginetype, RailType tiletype) |
575 { |
575 { |
576 return HASBIT(GetRailTypeInfo(enginetype)->compatible_railtypes, tiletype); |
576 return HASBIT(GetRailTypeInfo(enginetype)->compatible_railtypes, tiletype); |
577 } |
577 } |
578 |
578 |
579 #endif // RAIL_H |
579 #endif /* RAIL_H */ |