bugfix MACHE

This commit is contained in:
Enno Rehling 2002-03-10 10:20:10 +00:00
parent c78c5efafb
commit 22f2def4a7
1 changed files with 1 additions and 5 deletions

View File

@ -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;
}