summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-07-02 10:39:08 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-07-02 11:23:15 -0400
commit6ca58b0bb8c39748143cdca19bf7260a8c18ac84 (patch)
tree7b126abd58c56aeb9ea78bf3a585183eed849a70 /crawl-ref/source/initfile.cc
parent981af8bb92e8360cca9ec788720c04f06900da93 (diff)
downloadcrawl-ref-6ca58b0bb8c39748143cdca19bf7260a8c18ac84.tar.gz
crawl-ref-6ca58b0bb8c39748143cdca19bf7260a8c18ac84.zip
Remove the show_gold_turns option.
There's really no reason not to show the line; in other options, having the default always be the case can be annoying, but if you don't want to look at the gold/turns display, you can just not.
Diffstat (limited to 'crawl-ref/source/initfile.cc')
-rw-r--r--crawl-ref/source/initfile.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index a1475d96c8..047c9c3ca3 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -775,7 +775,6 @@ void game_options::reset_options()
default_manual_training = false;
show_newturn_mark = true;
- show_gold_turns = true;
show_game_turns = true;
game = newgame_def();
@@ -2614,7 +2613,6 @@ void game_options::read_option_line(const string &str, bool runscript)
morgue_dir = field;
#endif
else BOOL_OPTION(show_newturn_mark);
- else BOOL_OPTION(show_gold_turns);
else BOOL_OPTION(show_game_turns);
else INT_OPTION(hp_warning, 0, 100);
else INT_OPTION_NAMED("mp_warning", magic_point_warning, 0, 100);