Mercurial > hg > early-roguelike
comparison 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 |
comparison
equal
deleted
inserted
replaced
144:708bb2dea17c | 145:aac28331e71d |
---|---|
1396 extern coord grid[]; /* used for random pos generation */ | 1396 extern coord grid[]; /* used for random pos generation */ |
1397 extern char *nothing; /* "Nothing seems to happen." */ | 1397 extern char *nothing; /* "Nothing seems to happen." */ |
1398 extern char *spacemsg; | 1398 extern char *spacemsg; |
1399 extern char *morestr; | 1399 extern char *morestr; |
1400 extern char *retstr; | 1400 extern char *retstr; |
1401 extern FILE *scorefi; | |
1402 extern FILE *logfile; | |
1401 extern LEVTYPE levtype; | 1403 extern LEVTYPE levtype; |
1402 extern int (*add_abil[NUMABILITIES])(); /* Functions to change abilities */ | 1404 extern int (*add_abil[NUMABILITIES])(); /* Functions to change abilities */ |
1403 extern int (*res_abil[NUMABILITIES])(); /* Functions to change abilities */ | 1405 extern int (*res_abil[NUMABILITIES])(); /* Functions to change abilities */ |
1404 extern int mf_count; /* move_free counter - see actions.c(m_act()) */ | 1406 extern int mf_count; /* move_free counter - see actions.c(m_act()) */ |
1405 extern int mf_jmpcnt; /* move_free counter for # of jumps */ | 1407 extern int mf_jmpcnt; /* move_free counter for # of jumps */ |