This commit is contained in:
jl777
2019-02-17 22:10:48 -11:00
parent 10ad979ac9
commit fbdd8a6166

View File

@@ -262,6 +262,8 @@ over:
case 'q': quaff(rs); case 'q': quaff(rs);
break; break;
when 'Q': when 'Q':
if ( rs->sleeptime == 1 )
{
after = FALSE; after = FALSE;
q_comm = TRUE; q_comm = TRUE;
quit(0); quit(0);
@@ -271,6 +273,7 @@ over:
if ( rs->guiflag != 0 ) if ( rs->guiflag != 0 )
rogue_bailout(rs); rogue_bailout(rs);
else rs->replaydone = (uint32_t)time(NULL); else rs->replaydone = (uint32_t)time(NULL);
}
return; return;
when 'i': after = FALSE; inventory(rs,pack, 0); when 'i': after = FALSE; inventory(rs,pack, 0);
when 'I': after = FALSE; picky_inven(rs); when 'I': after = FALSE; picky_inven(rs);