rogue3: add the option of logging all games to a text file

This commit is contained in:
John "Elwin" Edwards 2009-11-10 22:38:46 +00:00
parent 437daf6c31
commit bd3b2e4e53
5 changed files with 86 additions and 1 deletions

View file

@ -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;