Skip bailout for replay
This commit is contained in:
@@ -270,7 +270,8 @@ over:
|
||||
if ( rs->guiflag != 0 && rs->needflush == 0 )
|
||||
rs->needflush = (uint32_t)time(NULL);
|
||||
q_comm = FALSE;
|
||||
rogue_bailout();
|
||||
if ( rs->guiflag != 0 )
|
||||
rogue_bailout();
|
||||
return;
|
||||
when 'i': after = FALSE; inventory(rs,pack, 0);
|
||||
when 'I': after = FALSE; picky_inven(rs);
|
||||
|
||||
@@ -608,8 +608,8 @@ quit(int sig)
|
||||
}
|
||||
else
|
||||
{
|
||||
fprintf(stderr,"done!\n");
|
||||
score(rs,purse, 1, 0);
|
||||
fprintf(stderr,"done!\n");
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user