Mercurial > hg > early-roguelike
diff srogue/global.c @ 37:34d7a614855e
srogue: add support for SAVEDIR
author | elwin |
---|---|
date | Thu, 25 Nov 2010 17:28:29 +0000 |
parents | 2128c7dc8a40 |
children | ee250e3646fd |
line wrap: on
line diff
--- a/srogue/global.c Thu Nov 25 12:21:41 2010 +0000 +++ b/srogue/global.c Thu Nov 25 17:28:29 2010 +0000 @@ -86,6 +86,7 @@ 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 */