diff srogue/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 30fb47f21d35
children 3aa87373c908
line wrap: on
line diff
--- a/srogue/command.c	Mon Dec 06 19:43:32 2010 +0000
+++ b/srogue/command.c	Tue Dec 07 16:46:07 2010 +0000
@@ -374,6 +374,9 @@
 		refresh();
 		writelog(purse, CHICKEN, 0);
 		score(purse, CHICKEN, 0);
+		printf("[Press return to exit]\n");
+		fflush(NULL);
+		getchar();
 		byebye(0);
 	}
 	else if (ch == 's') {