diff options
author | frosch <frosch@openttd.org> | 2012-01-28 14:12:42 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-01-28 14:12:42 +0000 |
commit | 8beedd4cb62461294c6984e9199cda75ded6c9e1 (patch) | |
tree | d02a2bf5583d466f4d3c6ab90e0fdc0ad5e88406 | |
parent | 1777809e1416be9c837c6f349813d54bc4bf855e (diff) | |
download | openttd-8beedd4cb62461294c6984e9199cda75ded6c9e1.tar.xz |
(svn r23862) -Fix (r23860): Fix sweets capacity.
-rw-r--r-- | src/table/cargo_const.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/cargo_const.h b/src/table/cargo_const.h index b577d73f7..c2ce5bc78 100644 --- a/src/table/cargo_const.h +++ b/src/table/cargo_const.h @@ -124,7 +124,7 @@ static const CargoSpec _default_cargo[] = { MK( 20, 'SWET', 194, 5, 6144, 8, 40, true, TE_GOODS, STR_CARGO_PLURAL_CANDY, STR_CARGO_SINGULAR_CANDY, STR_BAGS, STR_QUANTITY_SWEETS, STR_ABBREV_SWEETS, - SPR_CARGO_CANDY, CC_EXPRESS, 0x100), + SPR_CARGO_CANDY, CC_EXPRESS, 0x200), MK( 21, 'TOFF', 191, 16, 4778, 14, 60, true, TE_NONE, STR_CARGO_PLURAL_TOFFEE, STR_CARGO_SINGULAR_TOFFEE, STR_TONS, STR_QUANTITY_TOFFEE, STR_ABBREV_TOFFEE, |