rogue3: add the option of logging all games to a text file
This commit is contained in:
parent
437daf6c31
commit
bd3b2e4e53
5 changed files with 86 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ WINDOW *cw; /* Window that the player sees */
|
|||
WINDOW *hw; /* Used for the help command */
|
||||
WINDOW *mw; /* Used to store mosnters */
|
||||
FILE *scoreboard = NULL;
|
||||
FILE *logf = NULL;
|
||||
|
||||
main(argc, argv, envp)
|
||||
char **argv;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue