comparison 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
comparison
equal deleted inserted replaced
36:2128c7dc8a40 37:34d7a614855e
84 bool firstmove = FALSE; /* First move after door_stop */ 84 bool firstmove = FALSE; /* First move after door_stop */
85 bool waswizard = FALSE; /* Was a wizard sometime */ 85 bool waswizard = FALSE; /* Was a wizard sometime */
86 bool amulet = FALSE; /* He found the amulet */ 86 bool amulet = FALSE; /* He found the amulet */
87 bool in_shell = FALSE; /* True if executing a shell */ 87 bool in_shell = FALSE; /* True if executing a shell */
88 bool nochange = FALSE; /* true if last stat same as now */ 88 bool nochange = FALSE; /* true if last stat same as now */
89 bool use_savedir = FALSE; /* true if using system savefiles */
89 90
90 bool s_know[MAXSCROLLS]; /* Does he know about a scroll */ 91 bool s_know[MAXSCROLLS]; /* Does he know about a scroll */
91 bool p_know[MAXPOTIONS]; /* Does he know about a potion */ 92 bool p_know[MAXPOTIONS]; /* Does he know about a potion */
92 bool r_know[MAXRINGS]; /* Does he know about a ring */ 93 bool r_know[MAXRINGS]; /* Does he know about a ring */
93 bool ws_know[MAXSTICKS]; /* Does he know about a stick */ 94 bool ws_know[MAXSTICKS]; /* Does he know about a stick */