rogue3: make LOGFILE work with SAVEDIR

This commit is contained in:
John "Elwin" Edwards 2009-11-11 02:41:47 +00:00
parent acb1a4fce9
commit bbec0d0514
3 changed files with 2 additions and 9 deletions

View file

@ -609,6 +609,7 @@ void new_monster(struct linked_list *item, int type, coord *c
struct linked_list * new_thing(void);
char * num(int n1, int n2);
void nohaste(void);
void open_log(void);
void open_score(void);
void option(void);
int pack_char(struct object *obj);