Advanced Rogue family: fix the "score" option.
Changing the score file (when permitted) now works again, closing the old score file and opening the new one.
This commit is contained in:
parent
ea4244de91
commit
e3620a3781
14 changed files with 105 additions and 14 deletions
|
|
@ -1398,6 +1398,8 @@ extern char *nothing; /* "Nothing seems to happen." */
|
|||
extern char *spacemsg;
|
||||
extern char *morestr;
|
||||
extern char *retstr;
|
||||
extern FILE *scorefi;
|
||||
extern FILE *logfile;
|
||||
extern LEVTYPE levtype;
|
||||
extern int (*add_abil[NUMABILITIES])(); /* Functions to change abilities */
|
||||
extern int (*res_abil[NUMABILITIES])(); /* Functions to change abilities */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue