From d82ee4ebd849c7bfebb8d9998604e63767849efb Mon Sep 17 00:00:00 2001 From: haranp Date: Tue, 15 May 2007 20:12:11 +0000 Subject: Minor cleanups. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1477 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/ouch.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/ouch.cc') diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc index fdac3faa45..0c3721f596 100644 --- a/crawl-ref/source/ouch.cc +++ b/crawl-ref/source/ouch.cc @@ -28,6 +28,7 @@ #include #include +#include #include #include #include @@ -307,7 +308,7 @@ void weapon_acid( char acid_strength ) if (hand_thing == -1) { - mprf("Your %s burn!", your_hand(true) ); + msg::stream << "Your " << your_hand(true) << " burn!" << std::endl; ouch( roll_dice( 1, acid_strength ), 0, KILLED_BY_ACID ); } else if (random2(20) <= acid_strength) -- cgit v1.2.3-54-g00ecf