Mercurial > hg > early-roguelike
comparison rogue4/extern.c @ 15:7ef854484e08
rogue4: ask about unidentified objects by default
author | edwarj4 |
---|---|
date | Sat, 31 Oct 2009 15:18:51 +0000 |
parents | 63b9fd7d70ce |
children | ea7372f5d314 |
comparison
equal
deleted
inserted
replaced
14:e7dc81b41168 | 15:7ef854484e08 |
---|---|
18 bool s_know[MAXSCROLLS]; /* Does he know what a scroll does */ | 18 bool s_know[MAXSCROLLS]; /* Does he know what a scroll does */ |
19 bool p_know[MAXPOTIONS]; /* Does he know what a potion does */ | 19 bool p_know[MAXPOTIONS]; /* Does he know what a potion does */ |
20 bool r_know[MAXRINGS]; /* Does he know what a ring does */ | 20 bool r_know[MAXRINGS]; /* Does he know what a ring does */ |
21 bool ws_know[MAXSTICKS]; /* Does he know what a stick does */ | 21 bool ws_know[MAXSTICKS]; /* Does he know what a stick does */ |
22 bool amulet = FALSE; /* He found the amulet */ | 22 bool amulet = FALSE; /* He found the amulet */ |
23 bool askme = FALSE; /* Ask about unidentified things */ | 23 bool askme = TRUE; /* Ask about unidentified things */ |
24 bool door_stop = FALSE; /* Stop running when we pass a door */ | 24 bool door_stop = FALSE; /* Stop running when we pass a door */ |
25 bool fight_flush = FALSE; /* True if toilet input */ | 25 bool fight_flush = FALSE; /* True if toilet input */ |
26 bool firstmove = FALSE; /* First move after setting door_stop */ | 26 bool firstmove = FALSE; /* First move after setting door_stop */ |
27 bool in_shell = FALSE; /* True if executing a shell */ | 27 bool in_shell = FALSE; /* True if executing a shell */ |
28 bool jump = FALSE; /* Show running as series of jumps */ | 28 bool jump = FALSE; /* Show running as series of jumps */ |