summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/items.cc')
-rw-r--r--crawl-ref/source/items.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc
index 5cbccb4b46..690e072ed7 100644
--- a/crawl-ref/source/items.cc
+++ b/crawl-ref/source/items.cc
@@ -1477,7 +1477,7 @@ int move_item_to_player( int obj, int quant_got, bool quiet )
{
you.gold += quant_got;
dec_mitm_item_quantity( obj, quant_got );
- you.redraw_gold = 1;
+ you.redraw_gold = true;
if (!quiet)
{