More conflict. Change log to writelog.

This commit is contained in:
John "Elwin" Edwards 2009-11-10 23:46:48 +00:00
parent 70a8187173
commit acb1a4fce9
3 changed files with 5 additions and 5 deletions

View file

@ -338,7 +338,7 @@ quit(int p)
move(LINES-1, 0);
draw(stdscr);
endwin();
log(purse, 1, 0);
writelog(purse, 1, 0);
score(purse, 1, 0);
exit(0);
}