station.h
changeset 3786 73784d02aa69
parent 3765 e057e2b740d4
child 3812 d9b3041ee3d0
equal deleted inserted replaced
3785:1becd6b333fe 3786:73784d02aa69
    70 
    70 
    71 	// trainstation width/height
    71 	// trainstation width/height
    72 	byte trainst_w, trainst_h;
    72 	byte trainst_w, trainst_h;
    73 
    73 
    74 	/** List of custom stations (StationSpecs) allocated to the station */
    74 	/** List of custom stations (StationSpecs) allocated to the station */
    75 	uint num_specs;
    75 	uint8 num_specs;
    76 	StationSpecList *speclist;
    76 	StationSpecList *speclist;
    77 
    77 
    78 	uint16 build_date;
    78 	uint16 build_date;
    79 
    79 
    80 	//uint16 airport_flags;
    80 	//uint16 airport_flags;