summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/options_guide.txt
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-19 11:19:35 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-19 11:19:35 +0000
commit811db79a78d57a056981f56879af1dcc5e3c6eea (patch)
treeb4f524f47017155c22e2899c956ea80f68b221cb /crawl-ref/docs/options_guide.txt
parentbea5c32865b925d7c2e994554cfb66853242d63a (diff)
downloadcrawl-ref-811db79a78d57a056981f56879af1dcc5e3c6eea.tar.gz
crawl-ref-811db79a78d57a056981f56879af1dcc5e3c6eea.zip
Rename show_turns to show_gold_turns, and modify the documentation
accordingly. Also, don't print that "bringing you to a total of ..." message if you previously had no gold, and change some ints to unsigned to quiet some compiler warnings. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4361 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/options_guide.txt')
-rw-r--r--crawl-ref/docs/options_guide.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index 70d0b752f6..fa8807ee6c 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -59,7 +59,7 @@ The contents of this text are:
4-j Message and Display Improvements.
hp_warning, mp_warning, hp_colour, mp_colour,
status_caption_colour, delay_message_clear,
- message_colour, show_inventory_weights, show_turns,
+ message_colour, show_inventory_weights, show_gold_turns,
show_beam, item_stack_summary_minimum, list_rotten,
menu_colour, menu_colour_prefix_id,
menu_colour_prefix_class
@@ -1039,9 +1039,9 @@ show_inventory_weights = false
When this is set to true, inventory listings will mention the
weight of each item.
-show_turns = false
- This option controls whether the turn counter (of turns elapsed)
- is displayed in the main view.
+show_gold_turns = false
+ If set to true, this option adds an extra line to the stat area
+ to display the current gold and turn counters.
show_beam = false
When performing actions such as throwing or zapping, you can