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

@ -443,7 +443,7 @@ extern int inpack; /* Number of things in pack */
extern int jump; /* Show running as series of jumps */
extern int lastscore; /* Score before this turn */
extern int level; /* What level rogue is on */
extern FILE * logf;
extern FILE * logfi;
extern char lvl_mons[27];
extern struct linked_list * lvl_obj; /* List of objects on this level */
extern int max_hp; /* Player's max hit points */