Make sure the score list appears in all situations.
This commit is contained in:
parent
02c8fd2586
commit
1d8ea533bd
8 changed files with 27 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue