srogue: add logging.
This commit is contained in:
parent
7aa541b5a8
commit
07b5ea7c50
2 changed files with 44 additions and 0 deletions
|
|
@ -372,6 +372,7 @@ quit(int a)
|
|||
clear();
|
||||
move(LINES-1, 0);
|
||||
refresh();
|
||||
writelog(purse, CHICKEN, 0);
|
||||
score(purse, CHICKEN, 0);
|
||||
byebye(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue