comparison arogue7/rogue.h @ 128:c697782a9b37

arogue7: implement the -n option.
author John "Elwin" Edwards
date Mon, 11 May 2015 16:46:00 -0400
parents adfa37e67084
children 1a64fd0bfea6
comparison
equal deleted inserted replaced
127:8ae3ffd6c6e7 128:c697782a9b37
1269 extern bool jump; /* Show running as series of jumps */ 1269 extern bool jump; /* Show running as series of jumps */
1270 extern bool slow_invent; /* Inventory one line at a time */ 1270 extern bool slow_invent; /* Inventory one line at a time */
1271 extern bool firstmove; /* First move after setting door_stop */ 1271 extern bool firstmove; /* First move after setting door_stop */
1272 extern bool waswizard; /* Was a wizard sometime */ 1272 extern bool waswizard; /* Was a wizard sometime */
1273 extern bool askme; /* Ask about unidentified things */ 1273 extern bool askme; /* Ask about unidentified things */
1274 extern bool use_savedir; /* Are savefiles in SAVEDIR */
1274 extern bool s_know[]; /* Does he know what a scroll does */ 1275 extern bool s_know[]; /* Does he know what a scroll does */
1275 extern bool p_know[]; /* Does he know what a potion does */ 1276 extern bool p_know[]; /* Does he know what a potion does */
1276 extern bool r_know[]; /* Does he know what a ring does */ 1277 extern bool r_know[]; /* Does he know what a ring does */
1277 extern bool ws_know[]; /* Does he know what a stick does */ 1278 extern bool ws_know[]; /* Does he know what a stick does */
1278 extern bool m_know[]; /* Does he know what a MM does */ 1279 extern bool m_know[]; /* Does he know what a MM does */