Make sure the score list appears in all situations.

This commit is contained in:
John "Elwin" Edwards 2010-12-07 16:46:07 +00:00
parent 02c8fd2586
commit 1d8ea533bd
8 changed files with 27 additions and 0 deletions

View file

@ -353,6 +353,9 @@ quit(int a)
refresh();
writelog(purse, 1, 0);
score(purse, 1);
printf("[Press return to exit]\n");
fflush(NULL);
getchar();
exit(0);
}
else