From ffd9731880022c1cb2c3c0e8c7c4685a3c5b836b Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 13 Mar 2019 09:02:28 -1100 Subject: [PATCH] -print replay2 gold --- src/cc/rogue_rpc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/rogue_rpc.cpp b/src/cc/rogue_rpc.cpp index 7fc88b878..c65e0e70c 100644 --- a/src/cc/rogue_rpc.cpp +++ b/src/cc/rogue_rpc.cpp @@ -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");