summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-20 05:52:36 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-20 05:52:36 +0000
commit9f9b63b478ba743ec8c2f692b760f9375357b7b7 (patch)
tree3005bc757f830cd8a713586cf20a173a2e60bfaf /crawl-ref/source/stuff.cc
parentf2972cf05bb68980e8b6a02fc41ea279988f5129 (diff)
downloadcrawl-ref-9f9b63b478ba743ec8c2f692b760f9375357b7b7.tar.gz
crawl-ref-9f9b63b478ba743ec8c2f692b760f9375357b7b7.zip
Remove now-unused redraw_gold flag.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8618 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/stuff.cc')
-rw-r--r--crawl-ref/source/stuff.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index f260180e6c..743e7d13a9 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -796,7 +796,6 @@ void redraw_screen(void)
you.redraw_dexterity = true;
you.redraw_armour_class = true;
you.redraw_evasion = true;
- you.redraw_gold = true;
you.redraw_experience = true;
you.wield_change = true;
you.redraw_quiver = true;