diff --git a/xrogue/rip.c b/xrogue/rip.c index f726ded..cede11c 100644 --- a/xrogue/rip.c +++ b/xrogue/rip.c @@ -554,6 +554,12 @@ short monst; else printf("\n"); } } + if (flags != SCOREIT) + { + printf("\n[Press return to exit]"); + fflush(stdout); + fgets(prbuf,80,stdin); + } /* if (prflags == EDITSCORE) endwin();*/ /* End editing windowing */ } fseek(outf, 0L, SEEK_SET);