This commit is contained in:
jl777
2019-02-10 03:01:18 -11:00
parent 8737db6f84
commit 7ac4a4f99f

View File

@@ -1371,7 +1371,7 @@ void rogue_restoreobject(THING *o,struct rogue_packitem *item)
break;
}
char packitemstr[256];
strcpy(packitemstr,inv_name(obj,FALSE));
strcpy(packitemstr,inv_name(o,FALSE));
fprintf(stderr,"packitem.(%s)\n",packitemstr);
}