(svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65

This commit is contained in:
peter1138
2007-04-13 19:32:18 +00:00
parent 5775fb475f
commit ed8a66e3d1
5 changed files with 54 additions and 6 deletions

View File

@@ -58,6 +58,7 @@ void SetupCargoForClimate(LandscapeID l);
const CargoSpec *GetCargo(CargoID c);
/* Get the cargo ID with the cargo label */
CargoID GetCargoIDByLabel(CargoLabel cl);
CargoID GetCargoIDByBitnum(uint8 bitnum);
static inline bool IsCargoInClass(CargoID c, uint16 cc)
{