summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index d382cbd2f8..0e88083723 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -956,6 +956,7 @@ void redraw_skill(const std::string &your_name, const std::string &class_name)
cgotoxy(1 + crawl_view.hudsz.x-9, 1, GOTO_STAT);
cprintf(" *WIZARD*");
}
+ clear_to_end_of_line();
// Line 2:
// Level N Minotaur [of God]
@@ -966,6 +967,7 @@ void redraw_skill(const std::string &your_name, const std::string &class_name)
species_name( you.species, you.experience_level ).c_str());
if (you.religion != GOD_NO_GOD)
cprintf(" of %s", god_name(you.religion).c_str());
+ clear_to_end_of_line();
textcolor( LIGHTGREY );
}