Auto bailout

This commit is contained in:
jl777
2019-02-10 19:28:32 -11:00
parent 7fbf26c93e
commit fdaca7e5e5
7 changed files with 28 additions and 22 deletions

View File

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