summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index fb8d836261..ebe09fae0e 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -494,7 +494,6 @@ static void _do_wizard_command(int wiz_command, bool silent_fail)
case '$':
you.gold += 1000;
- you.redraw_gold = true;
if (!Options.show_gold_turns)
mprf("You now have %d gold.", you.gold);
break;
@@ -4006,7 +4005,6 @@ static bool _initialise(void)
you.redraw_armour_class = true;
you.redraw_evasion = true;
you.redraw_experience = true;
- you.redraw_gold = true;
you.redraw_quiver = true;
you.wield_change = true;