ttd.h
changeset 1004 dcc3c5747e22
parent 988 4304525d1b8b
child 1030 24c0b0000bf0
equal deleted inserted replaced
1003:5a1516385ad5 1004:dcc3c5747e22
   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 {