All taxis for games

This commit is contained in:
jl777
2019-02-12 10:07:35 -11:00
parent 5425e6a040
commit 7d485369b2
2 changed files with 9 additions and 7 deletions

View File

@@ -1374,9 +1374,9 @@ void rogue_restoreobject(THING *o,struct rogue_packitem *item)
break;
// cur_armor and cur_weapon should be set
}
char packitemstr[256];
strcpy(packitemstr,inv_name(o,FALSE));
fprintf(stderr,"packitem.(%s)\n",packitemstr);
//char packitemstr[256];
//strcpy(packitemstr,inv_name(o,FALSE));
//fprintf(stderr,"packitem.(%s)\n",packitemstr);
}
}