Fix invisible gold symbol in status lines

This commit is contained in:
Pasi Kallinen
2017-09-16 23:49:28 +03:00
parent f36d1036de
commit 2db7e20116
6 changed files with 18 additions and 1 deletions

View File

@@ -191,6 +191,7 @@ struct instance_flags {
* behaviour of various NetHack functions and probably warrant
* a structure of their own elsewhere some day.
*/
boolean invis_goldsym; /* gold symbol is ' '? */
int parse_config_file_src; /* hack for parse_config_line() */
int in_lava_effects; /* hack for Boots_off() */
int last_msg; /* indicator of last message player saw */