Add an option to give feedback when bumping walls

Boolean option "mention_walls", defaults to off.
Useful for blind players.
This commit is contained in:
Pasi Kallinen
2015-03-24 22:01:29 +02:00
parent dfe967732d
commit d787f45dcb
5 changed files with 12 additions and 3 deletions

View File

@@ -189,6 +189,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 mention_walls; /* give feedback when bumping walls */
boolean menu_tab_sep; /* Use tabs to separate option menu fields */
boolean menu_requested; /* Flag for overloaded use of 'm' prefix
* on some non-move commands */