From 8e7b10874c3dd31a3830a1b995147bc7c8658f5b Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sat, 31 Mar 2007 17:29:02 +0000 Subject: Oops, remove misplaced \n. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1149 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/output.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/output.cc') diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc index f2599b4aae..506290aaff 100644 --- a/crawl-ref/source/output.cc +++ b/crawl-ref/source/output.cc @@ -1122,7 +1122,7 @@ void print_overview_screen() "Spells: %2d memorised, %2d level%s left\n", you.experience_level, you.experience, you.exp_available, (you.experience_level < 27? - make_stringf(", need: %d\n", xp_needed).c_str() : ""), + make_stringf(", need: %d", xp_needed).c_str() : ""), god_colour_tag, godpowers.c_str(), you.gold, you.spell_no, player_spell_levels(), (player_spell_levels() == 1) ? "" : "s"); cols1.add_formatted(3, buf, false); -- cgit v1.2.3-54-g00ecf