From 22f2def4a78738ac5c0306023a5f3dbc9e7fa722 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 10 Mar 2002 10:20:10 +0000 Subject: [PATCH] bugfix MACHE --- src/common/kernel/item.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/common/kernel/item.c b/src/common/kernel/item.c index 3170a6e62..ec4f2b924 100644 --- a/src/common/kernel/item.c +++ b/src/common/kernel/item.c @@ -1474,11 +1474,7 @@ init_olditems(void) if (itemdata[i].benutze_funktion) { itype->use = use_olditem; } - if (con->materials) { - itype->construction = con; - } else { - free(con); - } + itype->construction = con; olditemtype[i] = itype; oldresourcetype[item2res(i)] = rtype; }