summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-17 22:14:39 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-17 22:14:39 +0000
commit3e216ff17ffe0016af616879380df9fb33914d24 (patch)
treeef032a3398d8f5fad58014d42256b8377ae38aa6
parent56f6b034804f64906f97f222c23e69fed0e7700e (diff)
downloadcrawl-ref-3e216ff17ffe0016af616879380df9fb33914d24.tar.gz
crawl-ref-3e216ff17ffe0016af616879380df9fb33914d24.zip
Fix compilation (oops).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8519 c06c8d41-db1a-0410-9941-cceddc491573
-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 c085ea504a..992ad4817a 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -4567,7 +4567,7 @@ void MiscastEffect::_air(int severity)
break;
case 1:
you_msg = "You feel momentarily weightless.";
- mon_msg_seen = "@The_monster@ bobs in the air for a moment."
+ mon_msg_seen = "@The_monster@ bobs in the air for a moment.";
break;
case 2:
you_msg = "Wisps of vapour drift from your @hands@.";