-print replay2 gold

This commit is contained in:
jl777
2019-03-13 09:02:28 -11:00
parent 2f4fd73ed4
commit ffd9731880

View File

@@ -998,7 +998,7 @@ char *rogue_extractgame(int32_t makefiles,char *str,int32_t *numkeysp,std::vecto
newdata[i] = newplayer[i];
((uint8_t *)&endP)[i] = newplayer[i];
}
fprintf(stderr,"back replay2 gold.%d\n",endP.gold);
//fprintf(stderr,"back replay2 gold.%d\n",endP.gold);
if ( endP.gold <= 0 || endP.hitpoints <= 0 || (endP.strength&0xffff) <= 0 || endP.level <= 0 || endP.experience <= 0 || endP.dungeonlevel <= 0 )
{
sprintf(str,"zero value character was killed -> no playerdata\n");