comparison xrogue/rogue.h @ 136:1fbdefa82533

xrogue: initial support for the -n option. The scorefile location is also configurable now.
author John "Elwin" Edwards
date Wed, 22 Apr 2015 16:03:00 -0400
parents cfa9d1609b78
children dd137c35c3b1
comparison
equal deleted inserted replaced
135:ce0cf824c192 136:1fbdefa82533
1379 extern bool slow_invent; /* Inventory one line at a time */ 1379 extern bool slow_invent; /* Inventory one line at a time */
1380 extern bool def_attr; /* True for default attributes */ 1380 extern bool def_attr; /* True for default attributes */
1381 extern bool firstmove; /* First move after setting door_stop */ 1381 extern bool firstmove; /* First move after setting door_stop */
1382 extern bool waswizard; /* Was a wizard sometime */ 1382 extern bool waswizard; /* Was a wizard sometime */
1383 extern bool askme; /* Ask about unidentified things */ 1383 extern bool askme; /* Ask about unidentified things */
1384 extern bool use_savedir; /* Use common save location */
1384 extern bool s_know[]; /* Does he know what a scroll does */ 1385 extern bool s_know[]; /* Does he know what a scroll does */
1385 extern bool p_know[]; /* Does he know what a potion does */ 1386 extern bool p_know[]; /* Does he know what a potion does */
1386 extern bool r_know[]; /* Does he know what a ring does */ 1387 extern bool r_know[]; /* Does he know what a ring does */
1387 extern bool ws_know[]; /* Does he know what a stick does */ 1388 extern bool ws_know[]; /* Does he know what a stick does */
1388 extern bool m_know[]; /* Does he know what a MM does */ 1389 extern bool m_know[]; /* Does he know what a MM does */