Rename omit_buc option to implicit_uncursed

... so the name is less cryptic.
This commit is contained in:
Pasi Kallinen
2015-05-27 20:42:06 +03:00
parent f0eca282a8
commit 773eecc472
6 changed files with 9 additions and 9 deletions

View File

@@ -194,7 +194,7 @@ struct instance_flags {
boolean deferred_X; /* deferred entry into explore mode */
boolean num_pad; /* use numbers for movement commands */
boolean news; /* print news */
boolean omit_buc; /* omit "uncursed" status in inventory lists */
boolean implicit_uncursed; /* maybe omit "uncursed" status in inventory */
boolean mention_walls; /* give feedback when bumping walls */
boolean menu_tab_sep; /* Use tabs to separate option menu fields */
boolean menu_head_objsym; /* Show obj symbol in menu headings */