Change logf to logfi

This commit is contained in:
John "Elwin" Edwards 2009-11-10 22:48:16 +00:00
parent bd3b2e4e53
commit 70a8187173
3 changed files with 13 additions and 13 deletions

View file

@ -23,7 +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;
FILE *logfi = NULL;
main(argc, argv, envp)
char **argv;