Big buffer

This commit is contained in:
jl777
2019-02-20 20:33:13 -11:00
parent 5280af8c12
commit 0594b52df2
5 changed files with 25 additions and 2 deletions

View File

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