station.h
changeset 1935 164d58b9137c
parent 1802 da61740cc1e7
child 1977 37bbebf94434
equal deleted inserted replaced
1934:b27bc12822cd 1935:164d58b9137c
    12 	byte rating;
    12 	byte rating;
    13 	uint16 enroute_from;
    13 	uint16 enroute_from;
    14 	byte enroute_time;
    14 	byte enroute_time;
    15 	byte last_speed;
    15 	byte last_speed;
    16 	byte last_age;
    16 	byte last_age;
       
    17 	int32 feeder_profit;
    17 } GoodsEntry;
    18 } GoodsEntry;
    18 
    19 
    19 typedef enum RoadStopType {
    20 typedef enum RoadStopType {
    20 	RS_BUS,
    21 	RS_BUS,
    21 	RS_TRUCK
    22 	RS_TRUCK