Mercurial > hg > early-roguelike
diff xrogue/rogue.h @ 145:aac28331e71d
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.
author | John "Elwin" Edwards |
---|---|
date | Wed, 20 May 2015 08:42:17 -0400 |
parents | dd137c35c3b1 |
children | 3e1146666ae5 |
line wrap: on
line diff
--- a/xrogue/rogue.h Mon May 18 10:53:22 2015 -0400 +++ b/xrogue/rogue.h Wed May 20 08:42:17 2015 -0400 @@ -1398,6 +1398,8 @@ 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 */