forked from github/server
bugfix MACHE
This commit is contained in:
parent
c78c5efafb
commit
22f2def4a7
|
@ -1474,11 +1474,7 @@ init_olditems(void)
|
||||||
if (itemdata[i].benutze_funktion) {
|
if (itemdata[i].benutze_funktion) {
|
||||||
itype->use = use_olditem;
|
itype->use = use_olditem;
|
||||||
}
|
}
|
||||||
if (con->materials) {
|
|
||||||
itype->construction = con;
|
itype->construction = con;
|
||||||
} else {
|
|
||||||
free(con);
|
|
||||||
}
|
|
||||||
olditemtype[i] = itype;
|
olditemtype[i] = itype;
|
||||||
oldresourcetype[item2res(i)] = rtype;
|
oldresourcetype[item2res(i)] = rtype;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue