Change logf to logfi
This commit is contained in:
parent
bd3b2e4e53
commit
70a8187173
3 changed files with 13 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue