srogue: add support for SAVEDIR
This commit is contained in:
parent
ce4b930551
commit
20d469d64f
5 changed files with 91 additions and 22 deletions
|
|
@ -86,6 +86,7 @@ bool waswizard = FALSE; /* Was a wizard sometime */
|
|||
bool amulet = FALSE; /* He found the amulet */
|
||||
bool in_shell = FALSE; /* True if executing a shell */
|
||||
bool nochange = FALSE; /* true if last stat same as now */
|
||||
bool use_savedir = FALSE; /* true if using system savefiles */
|
||||
|
||||
bool s_know[MAXSCROLLS]; /* Does he know about a scroll */
|
||||
bool p_know[MAXPOTIONS]; /* Does he know about a potion */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue