From 12009af1c5fd83a24451155a283fe97926568be8 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sat, 12 Nov 2005 00:19:34 +0000 Subject: (svn r3167) - NewGRF: Start moving custom station code to separate files. Rewrite handling of station classes. Allow for more than 8 station tile layouts. Start of code to unload custom stations. --- waypoint.h | 1 + 1 file changed, 1 insertion(+) (limited to 'waypoint.h') diff --git a/waypoint.h b/waypoint.h index 537d86e69..a2b1c28bd 100644 --- a/waypoint.h +++ b/waypoint.h @@ -16,6 +16,7 @@ struct Waypoint { ViewportSign sign; uint16 build_date; byte stat_id; + uint32 grfid; byte deleted; // this is a delete counter. when it reaches 0, the waypoint struct is deleted. }; -- cgit v1.2.3-54-g00ecf