summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-17 19:31:22 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-17 19:31:22 +0000
commit84dc39fcc33652c105bcc13d79d5e119b74ca9ff (patch)
tree474e1dae1ade28f8d7aff7865bf7c63b3a8d31c5 /crawl-ref/source/acr.cc
parentb64722cfd0c3c1032ac26df6b54899409ccc253b (diff)
downloadcrawl-ref-84dc39fcc33652c105bcc13d79d5e119b74ca9ff.tar.gz
crawl-ref-84dc39fcc33652c105bcc13d79d5e119b74ca9ff.zip
Minor cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1891 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc15
1 files changed, 7 insertions, 8 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 999812bb57..0af35133f6 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -143,7 +143,6 @@ std::string init_file_location; // externed in newgame.cc
char info[ INFO_SIZE ]; // messaging queue extern'd everywhere {dlb}
int stealth; // externed in view.cc
-char use_colour = 1;
// Clockwise, around the compass from north (same order as enum RUN_DIR)
const struct coord_def Compass[8] =
@@ -2838,13 +2837,13 @@ static bool initialise(void)
burden_change();
make_hungry(0,true);
- you.redraw_strength = 1;
- you.redraw_intelligence = 1;
- you.redraw_dexterity = 1;
- you.redraw_armour_class = 1;
- you.redraw_evasion = 1;
- you.redraw_experience = 1;
- you.redraw_gold = 1;
+ you.redraw_strength = true;
+ you.redraw_intelligence = true;
+ you.redraw_dexterity = true;
+ you.redraw_armour_class = true;
+ you.redraw_evasion = true;
+ you.redraw_experience = true;
+ you.redraw_gold = true;
you.wield_change = true;
you.start_time = time( NULL ); // start timer on session