summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/docs/crawl_options.txt2
-rw-r--r--crawl-ref/init.txt2
-rw-r--r--crawl-ref/source/initfile.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/docs/crawl_options.txt b/crawl-ref/docs/crawl_options.txt
index 636d1c2308..67caaafff0 100644
--- a/crawl-ref/docs/crawl_options.txt
+++ b/crawl-ref/docs/crawl_options.txt
@@ -736,7 +736,7 @@ increasing_skill_progress = true
read (0%). With false, you get the old behaviour which counts backwards
from 10.
-show_turns = true
+show_turns = false
This option controls whether the turn counter (of turns elapsed) is
displayed in the main view.
diff --git a/crawl-ref/init.txt b/crawl-ref/init.txt
index ab0e8842ec..da4b4ab9b2 100644
--- a/crawl-ref/init.txt
+++ b/crawl-ref/init.txt
@@ -163,7 +163,7 @@ stab_brand = hi:blue
# delay_message_clear = true
# always_greet = false
# increasing_skill_progress = false
-# show_turns = false
+# show_turns = true
# Colouring for the inventory
menu_colour = lightred: cursed.*(worn|neck|hand|weapon)\)
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index 96dbd69404..f712195036 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -557,7 +557,7 @@ void game_options::reset_options()
autopickup_on = true;
autoprayer_on = false;
- show_turns = true;
+ show_turns = false;
prev_race = 0;
prev_cls = 0;