From f69549f1ebb7458bc7e6d6bbd81449884cdcaf4e Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 23 Mar 2007 20:55:45 +0000 Subject: (svn r9418) -Codechange: Implement actions 1/2/3 for cargos, callback handler and custom icon sprites --- src/table/cargo_const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table/cargo_const.h') diff --git a/src/table/cargo_const.h b/src/table/cargo_const.h index e79450bed..11f5d4b2c 100644 --- a/src/table/cargo_const.h +++ b/src/table/cargo_const.h @@ -3,7 +3,7 @@ /* Table of all default cargo types */ #define MK(bt, label, c, e, f, g, h, fr, te, ks1, ks2, ks3, ks4, ks5, l, m) \ - {bt, label, 0, c, c, e, f, {g, h}, fr, te, 0, 0, ks1, ks2, ks3, ks4, ks5, l, m} + {bt, label, 0, c, c, e, f, {g, h}, fr, te, 0, 0, ks1, ks2, ks3, ks4, ks5, l, m, NULL} static const CargoSpec _default_cargo[] = { MK( 0, 'PASS', 152, 1, 3185, 0, 24, false, TE_PASSENGERS, STR_000F_PASSENGERS, STR_002F_PASSENGER, STR_PASSENGERS, STR_QUANTITY_PASSENGERS, STR_ABBREV_PASSENGERS, -- cgit v1.2.3-54-g00ecf