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
|
|
@ -340,6 +340,9 @@ quit(int p)
|
|||
endwin();
|
||||
writelog(purse, 1, 0);
|
||||
score(purse, 1, 0);
|
||||
printf("[Press return to exit]\n");
|
||||
fflush(NULL);
|
||||
getchar();
|
||||
exit(0);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue