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

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

View file

@ -445,6 +445,9 @@ total_winner(void)
refresh();
writelog(purse, 2, ' ');
score(purse, 2, ' ');
printf("[Press return to exit]\n");
fflush(NULL);
getchar();
my_exit(0);
}