Auto bailout on quit or death

This commit is contained in:
jl777
2019-02-10 07:42:52 -11:00
parent 82b8ae689a
commit 8919dd6523
5 changed files with 15 additions and 17 deletions

View File

@@ -270,6 +270,7 @@ over:
if ( rs->guiflag != 0 && rs->needflush == 0 )
rs->needflush = (uint32_t)time(NULL);
q_comm = FALSE;
rogue_bailout();
return;
when 'i': after = FALSE; inventory(rs,pack, 0);
when 'I': after = FALSE; picky_inven(rs);