summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-14 12:57:54 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-14 12:57:54 +0000
commitfc767d9b3b123f6bdf37e30b78200c06f042b570 (patch)
tree19bf1e97e82356ceecd881f93f6002436a9683b6 /crawl-ref/source/stuff.cc
parent8d572fb8435b02dc723c64318536ac38a5733eab (diff)
downloadcrawl-ref-fc767d9b3b123f6bdf37e30b78200c06f042b570.tar.gz
crawl-ref-fc767d9b3b123f6bdf37e30b78200c06f042b570.zip
Rewrite of the shopping code. Much cleaner now.
Hopefully I didn't break anything. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1861 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/stuff.cc')
-rw-r--r--crawl-ref/source/stuff.cc18
1 files changed, 9 insertions, 9 deletions
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index 7a33c5684d..4bc380a939 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -432,15 +432,15 @@ void redraw_screen(void)
{
draw_border();
- you.redraw_hit_points = 1;
- you.redraw_magic_points = 1;
- you.redraw_strength = 1;
- you.redraw_intelligence = 1;
- you.redraw_dexterity = 1;
- you.redraw_armour_class = 1;
- you.redraw_evasion = 1;
- you.redraw_gold = 1;
- you.redraw_experience = 1;
+ you.redraw_hit_points = true;
+ you.redraw_magic_points = true;
+ you.redraw_strength = true;
+ you.redraw_intelligence = true;
+ 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;
set_redraw_status(