Mercurial > hg > early-roguelike
comparison rogue3/main.c @ 17:d67cac79f0f1
Change logf to logfi
| author | edwarj4 |
|---|---|
| date | Tue, 10 Nov 2009 22:48:16 +0000 |
| parents | a731f515575e |
| children | a86ae56e1ed6 |
comparison
equal
deleted
inserted
replaced
| 16:a731f515575e | 17:d67cac79f0f1 |
|---|---|
| 21 int num_checks = 0; /* times we've gone over in checkout() */ | 21 int num_checks = 0; /* times we've gone over in checkout() */ |
| 22 WINDOW *cw; /* Window that the player sees */ | 22 WINDOW *cw; /* Window that the player sees */ |
| 23 WINDOW *hw; /* Used for the help command */ | 23 WINDOW *hw; /* Used for the help command */ |
| 24 WINDOW *mw; /* Used to store mosnters */ | 24 WINDOW *mw; /* Used to store mosnters */ |
| 25 FILE *scoreboard = NULL; | 25 FILE *scoreboard = NULL; |
| 26 FILE *logf = NULL; | 26 FILE *logfi = NULL; |
| 27 | 27 |
| 28 main(argc, argv, envp) | 28 main(argc, argv, envp) |
| 29 char **argv; | 29 char **argv; |
| 30 char **envp; | 30 char **envp; |
| 31 { | 31 { |
