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