xrogue: record the result of each game in a logfile.
This commit is contained in:
parent
283506baf9
commit
9c0cafd74d
3 changed files with 55 additions and 0 deletions
|
|
@ -699,6 +699,7 @@ 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_game(EXIT_ENDWIN);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue