forked from mirror/OpenTTD
(svn r4788) - Codechange: RAILTYPE_{NORMAL,ELECTRIC,...} and RAIL_TYPE_{NORMAL,SIGNAL,...} have nearly the same name, rename RAIL_TYPE_* to RAIL_TILE_* of extra clarity
This commit is contained in:
@@ -25,7 +25,7 @@ struct Waypoint {
|
||||
};
|
||||
|
||||
enum {
|
||||
RAIL_TYPE_WAYPOINT = 0xC4,
|
||||
RAIL_TILE_WAYPOINT = 0xC4,
|
||||
RAIL_WAYPOINT_TRACK_MASK = 1,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user