diff options
Diffstat (limited to 'waypoint.h')
-rw-r--r-- | waypoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/waypoint.h b/waypoint.h index 763694f8c..d32c85a18 100644 --- a/waypoint.h +++ b/waypoint.h @@ -25,7 +25,7 @@ struct Waypoint { }; enum { - RAIL_TYPE_WAYPOINT = 0xC4, + RAIL_TILE_WAYPOINT = 0xC4, RAIL_WAYPOINT_TRACK_MASK = 1, }; |