diff rogue4/command.c @ 24:4967c46f1320

rogue4: make sure score list appears when exiting
author edwarj4
date Tue, 24 Nov 2009 13:02:34 +0000
parents 9535a08ddc39
children 0fd87c5c5fca
line wrap: on
line diff
--- a/rogue4/command.c	Tue Nov 24 12:53:15 2009 +0000
+++ b/rogue4/command.c	Tue Nov 24 13:02:34 2009 +0000
@@ -209,6 +209,7 @@
 			clrtoeol();
 			refresh();
 			endwin();
+                        printf("See you soon, %s!\n", whoami);
 			exit(0);
 		    }
 		when '.' : ;			/* Rest command */