summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-21 20:28:14 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-21 20:28:14 +0000
commit44361fc174e9372ffcd02a7b17d3d2d41e045ab0 (patch)
tree607cc1adce17c05fd51d21240354645a3a5b3a0d /crawl-ref/source/spl-cast.cc
parent675e240cda53b6ce168046c08c13719d537e0d94 (diff)
downloadcrawl-ref-44361fc174e9372ffcd02a7b17d3d2d41e045ab0.tar.gz
crawl-ref-44361fc174e9372ffcd02a7b17d3d2d41e045ab0.zip
Fix compilation (oops).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8659 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index c0c3f32501..c08ce23a14 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -3907,7 +3907,7 @@ void MiscastEffect::_necromancy(int severity)
{
you_msg = "Something just walked over your grave. No, "
"really!";
- mon_msg_seen = "@The_monster@ seems frightened for a moment."
+ mon_msg_seen = "@The_monster@ seems frightened for a moment.";
do_msg();
}
else