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

@@ -275,6 +275,7 @@ death(struct rogue_state *rs,char monst)
move(LINES - 1, 0);
refresh();
score(purse, amulet ? 3 : 0, monst);
rogue_bailout();
printf("[Press return to continue]");
fflush(stdout);
if ( fgets(prbuf,10,stdin) != 0 )