monpolycontrol, wizdebug_*
Demote #monpolycontrol and #wizdebug_traveldisplay from commands to simple boolean options. The former has the same name, the latter is called travel_debug. Rename #wizdebug_bury to #wizbury; it shouldn't matter that it goes away when compiled without DEBUG. There are now five wizard-mode boolean options: monpolycontrol, sanity_check, and wizweight are documented in the Guidebook; menu_tab_sep and travel_debug are commented out there. Guidebook.mn has been tested; Guidebook.tex has not.
This commit is contained in:
@@ -257,6 +257,7 @@ struct instance_flags {
|
||||
boolean getloc_usemenu;
|
||||
boolean getloc_moveskip;
|
||||
coord travelcc; /* coordinates for travel_cache */
|
||||
boolean trav_debug; /* display travel path (#if DEBUG only) */
|
||||
boolean window_inited; /* true if init_nhwindows() completed */
|
||||
boolean vision_inited; /* true if vision is ready */
|
||||
boolean sanity_check; /* run sanity checks */
|
||||
|
||||
Reference in New Issue
Block a user