srogue: add logging.

This commit is contained in:
John "Elwin" Edwards 2010-12-04 14:45:38 +00:00
parent 7aa541b5a8
commit 07b5ea7c50
2 changed files with 44 additions and 0 deletions

View file

@ -372,6 +372,7 @@ quit(int a)
clear();
move(LINES-1, 0);
refresh();
writelog(purse, CHICKEN, 0);
score(purse, CHICKEN, 0);
byebye(0);
}