summaryrefslogtreecommitdiff
path: root/waypoint.h
diff options
context:
space:
mode:
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.
};