summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index f38d9cc6a5..05ad9c7f98 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -2701,7 +2701,7 @@ void level_change(bool skip_ability_increase)
{
// necessary for the time being, as level_change() is called
// directly sometimes {dlb}
- you.redraw_experience = 1;
+ you.redraw_experience = true;
while (you.experience_level < 27
&& you.experience > exp_needed(you.experience_level + 2))