From 989289faddc4b1f7dee97defb7d80e6d1cea0465 Mon Sep 17 00:00:00 2001 From: darkvater Date: Sun, 14 Nov 2004 11:04:59 +0000 Subject: (svn r585) -newgrf: GUI for selecting custom waypoint graphics to use. Patch by dominik81 and pasky. --- station.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'station.h') diff --git a/station.h b/station.h index 10271785f..826e20961 100644 --- a/station.h +++ b/station.h @@ -42,11 +42,12 @@ struct Station { // trainstation width/height byte trainst_w, trainst_h; - byte stat_id, class_id; + byte class_id; // custom graphics station class + byte stat_id; // custom graphics station id in the @class_id class uint16 build_date; //uint16 airport_flags; - uint32 airport_flags; + uint32 airport_flags; uint16 index; VehicleID last_vehicle; -- cgit v1.2.3-54-g00ecf