arogue5: implement logging.
This commit is contained in:
parent
38a8534eb5
commit
4c16144c6b
4 changed files with 54 additions and 1 deletions
|
|
@ -450,6 +450,7 @@ quit(int sig)
|
|||
clear();
|
||||
move(LINES-1, 0);
|
||||
draw(stdscr);
|
||||
writelog(pstats.s_exp + (long) purse, CHICKEN, 0);
|
||||
score(pstats.s_exp + (long) purse, CHICKEN, 0);
|
||||
exit(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue