This commit is contained in:
jl777
2019-02-10 03:32:42 -11:00
parent 3b32174da7
commit 634d3f5efd
3 changed files with 4 additions and 5 deletions

View File

@@ -217,7 +217,7 @@ int32_t rogue_replay2(uint8_t *newdata,uint64_t seed,char *keystrokes,int32_t nu
{
rs->P = *player;
rs->restoring = 1;
fprintf(stderr,"restore player\n");
fprintf(stderr,"restore player packsize.%d\n",rp->P.packsize);
}
uint32_t starttime = (uint32_t)time(NULL);
rogueiterate(rs);

View File

@@ -1371,9 +1371,9 @@ void rogue_restoreobject(THING *o,struct rogue_packitem *item)
ws_info[item->which].oi_know = TRUE;
break;
}
//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);
}
void rogue_packitemstr(char *packitemstr,struct rogue_packitem *item)