equal
deleted
inserted
replaced
270 */ |
270 */ |
271 RailType GetTileRailType(TileIndex tile, Trackdir trackdir); |
271 RailType GetTileRailType(TileIndex tile, Trackdir trackdir); |
272 |
272 |
273 |
273 |
274 typedef enum RailGroundType { |
274 typedef enum RailGroundType { |
275 RAIL_MAP2LO_GROUND_MASK = 0xF, |
|
276 RAIL_GROUND_BARREN = 0, |
275 RAIL_GROUND_BARREN = 0, |
277 RAIL_GROUND_GRASS = 1, |
276 RAIL_GROUND_GRASS = 1, |
278 RAIL_GROUND_FENCE_NW = 2, |
277 RAIL_GROUND_FENCE_NW = 2, |
279 RAIL_GROUND_FENCE_SE = 3, |
278 RAIL_GROUND_FENCE_SE = 3, |
280 RAIL_GROUND_FENCE_SENW = 4, |
279 RAIL_GROUND_FENCE_SENW = 4, |