mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r11428) -Fix: wrong string used for candy/sweets units_volume
This commit is contained in:
parent
a0d0dcb78d
commit
a6a7b905af
@ -114,7 +114,7 @@ static const CargoSpec _default_cargo[] = {
|
|||||||
SPR_CARGO_BATTERIES, CC_PIECE_GOODS ),
|
SPR_CARGO_BATTERIES, CC_PIECE_GOODS ),
|
||||||
|
|
||||||
MK( 20, 'SWET', 194, 5, 6144, 8, 40, true, TE_GOODS,
|
MK( 20, 'SWET', 194, 5, 6144, 8, 40, true, TE_GOODS,
|
||||||
STR_0026_CANDY, STR_0046_CANDY, STR_TONS, STR_QUANTITY_SWEETS, STR_ABBREV_SWEETS,
|
STR_0026_CANDY, STR_0046_CANDY, STR_BAGS, STR_QUANTITY_SWEETS, STR_ABBREV_SWEETS,
|
||||||
SPR_CARGO_CANDY, CC_EXPRESS ),
|
SPR_CARGO_CANDY, CC_EXPRESS ),
|
||||||
|
|
||||||
MK( 21, 'TOFF', 191, 16, 4778, 14, 60, true, TE_NONE,
|
MK( 21, 'TOFF', 191, 16, 4778, 14, 60, true, TE_NONE,
|
||||||
|
Loading…
Reference in New Issue
Block a user