ttd.h
changeset 1004 edbdc62fbf24
parent 988 2482369a61ff
child 1030 a5e4705a738c
equal deleted inserted replaced
1003:5ce43e332bab 1004:edbdc62fbf24
   266 	CT_BUBBLES = 9,
   266 	CT_BUBBLES = 9,
   267 	CT_PLASTIC = 10,
   267 	CT_PLASTIC = 10,
   268 	CT_FIZZY_DRINKS = 11,
   268 	CT_FIZZY_DRINKS = 11,
   269 
   269 
   270 	NUM_CARGO = 12,
   270 	NUM_CARGO = 12,
       
   271 
       
   272 	CT_INVALID = 0xFF
   271 };
   273 };
   272 
   274 
   273 typedef uint AcceptedCargo[NUM_CARGO];
   275 typedef uint AcceptedCargo[NUM_CARGO];
   274 
   276 
   275 typedef struct TileDesc {
   277 typedef struct TileDesc {