diff rogue3/command.c @ 43:24e6beb9e7aa

Make sure the score list appears in all situations.
author elwin
date Tue, 07 Dec 2010 16:46:07 +0000
parents 95e2bbb7b6e0
children 47aeaccbb953
line wrap: on
line diff
--- a/rogue3/command.c	Mon Dec 06 19:43:32 2010 +0000
+++ b/rogue3/command.c	Tue Dec 07 16:46:07 2010 +0000
@@ -340,6 +340,9 @@
 	endwin();
         writelog(purse, 1, 0);
 	score(purse, 1, 0);
+	printf("[Press return to exit]\n");
+	fflush(NULL);
+	getchar();
 	exit(0);
     }
     else