(svn r585) -newgrf: GUI for selecting custom waypoint graphics to use. Patch by dominik81 and pasky.

This commit is contained in:
darkvater
2004-11-14 11:04:59 +00:00
parent 4f6fa3b468
commit 989289fadd
6 changed files with 119 additions and 9 deletions

View File

@@ -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;