changeset 19006:a24e625083ad draft

(svn r23862) -Fix (r23860): Fix sweets capacity.
author frosch <frosch@openttd.org>
date Sat, 28 Jan 2012 14:12:42 +0000
parents aa8cbaa8b7ce
children cfdf8c0baaa6
files src/table/cargo_const.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/table/cargo_const.h
+++ b/src/table/cargo_const.h
@@ -124,7 +124,7 @@
 
 	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,