summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.cc
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-01 04:36:22 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-01 16:14:53 -0400
commitabb6ffdf6e3b8a8df4b5e262224a9da0804e68dd (patch)
tree81f196ef137b4409ac4dc5eec2cb1495731f4617 /crawl-ref/source/mutation.cc
parent697660a17eadd1ab0894ae3576dead851d1527cf (diff)
downloadcrawl-ref-abb6ffdf6e3b8a8df4b5e262224a9da0804e68dd.tar.gz
crawl-ref-abb6ffdf6e3b8a8df4b5e262224a9da0804e68dd.zip
Wrap a comment properly
Diffstat (limited to 'crawl-ref/source/mutation.cc')
-rw-r--r--crawl-ref/source/mutation.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index dfe6f7f1dc..0207997db3 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -1222,7 +1222,9 @@ static int _handle_conflicting_mutations(mutation_type mutation,
case 1:
// If we have one of the pair, delete a level of the
// other, and that's it.
- //Temporary mutations can co-exist with things they would ordinarily conflict with
+ //
+ // Temporary mutations can co-exist with things they would
+ // ordinarily conflict with
if (temp)
return 0; // Allow conflicting transient mutations
else