X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=rip.c;h=77bf78d82dbbcbfd6e3f9ef8d9a5398c01e493ad;hp=352313d68a2d2849f42e61d6da82d0b9af49a23c;hb=e915733375580be35ab04e70dd080fea59586dd8;hpb=92078a936afc1445641c9fbcaa77d656f0cd6403 diff --git a/rip.c b/rip.c index 352313d..77bf78d 100644 --- a/rip.c +++ b/rip.c @@ -71,6 +71,8 @@ register char monst; move(LINES-1, 0); draw(stdscr); score(purse, 0, monst); + getch(); + endwin(); exit(0); } @@ -355,6 +357,8 @@ total_winner() mvprintw(c - 'a' + 1, 0," %5d Gold Peices ", oldpurse); refresh(); score(purse, 2, 0); + getch(); + endwin(); exit(0); }