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
|
|
@ -126,6 +126,9 @@ bool in_shell = FALSE;
|
|||
bool daytime = TRUE;
|
||||
bool funfont = FALSE;
|
||||
|
||||
FILE *scorefi = NULL;
|
||||
FILE *logfile = NULL;
|
||||
|
||||
LEVTYPE levtype; /* what type of level am i'm on? */
|
||||
|
||||
char *nothing = "Nothing seems to happen. ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue