summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/it_use3.cc')
-rw-r--r--crawl-ref/source/it_use3.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/crawl-ref/source/it_use3.cc b/crawl-ref/source/it_use3.cc
index 9e4b6defa5..ee168bf1ee 100644
--- a/crawl-ref/source/it_use3.cc
+++ b/crawl-ref/source/it_use3.cc
@@ -798,11 +798,8 @@ void tome_of_power(char sc_read_2)
spell_type spell_casted = SPELL_NO_SPELL;
struct bolt beam;
-
- char wc[40];
- weird_writing( wc );
-
- mprf("The book opens to a page covered in %s.", wc);
+ msg::stream << "The book opens to a page covered in "
+ << weird_writing() << '.' << std::endl;
you.turn_is_over = true;