summaryrefslogtreecommitdiff
path: root/waypoint.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2005-11-12 00:19:34 +0000
committerpeter1138 <peter1138@openttd.org>2005-11-12 00:19:34 +0000
commit12009af1c5fd83a24451155a283fe97926568be8 (patch)
treee5f727d749b6f788bedbdaeef17fab347dbfefbb /waypoint.h
parentce9f2fe82364224d8081f5a5ac43e19152e33500 (diff)
downloadopenttd-12009af1c5fd83a24451155a283fe97926568be8.tar.xz
(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.
Diffstat (limited to 'waypoint.h')
-rw-r--r--waypoint.h1
1 files changed, 1 insertions, 0 deletions
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.
};