This commit is contained in:
jl777
2019-02-27 04:04:10 -11:00
parent f09c300680
commit 263f5fcfe9

View File

@@ -238,7 +238,7 @@ death(struct rogue_state *rs,char monst)
//struct tm *localtime(const time_t *); //struct tm *localtime(const time_t *);
if ( rs->guiflag == 0 ) if ( rs->guiflag == 0 )
{ {
fprintf(stderr,"death during replay by (%c)\n",monst); //sleep(3); //fprintf(stderr,"death during replay by (%c)\n",monst); //sleep(3);
rs->replaydone = (uint32_t)time(NULL); rs->replaydone = (uint32_t)time(NULL);
return; return;
} }