diff options
author | peter1138 <peter1138@openttd.org> | 2005-11-12 00:19:34 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2005-11-12 00:19:34 +0000 |
commit | ff8223150aa28b1dfec8d1697d27d6aa96c18f93 (patch) | |
tree | e5f727d749b6f788bedbdaeef17fab347dbfefbb /waypoint.h | |
parent | b1075ca7a43ea39cddf4ec4406f99bb5aa37a113 (diff) | |
download | openttd-ff8223150aa28b1dfec8d1697d27d6aa96c18f93.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.h | 1 |
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. }; |