summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-16 21:41:09 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-16 21:41:09 +0000
commitd0194309586ab7b816f6592ceceeffd733bb55b2 (patch)
tree23bc47322871b4e90a276db517544f18cd5c48d5 /crawl-ref
parenta3b6953864e93bab790e1de9ffa0092fd8383d2b (diff)
downloadcrawl-ref-d0194309586ab7b816f6592ceceeffd733bb55b2.tar.gz
crawl-ref-d0194309586ab7b816f6592ceceeffd733bb55b2.zip
Add spacing fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5890 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/monstuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 2dc47b9af8..4da06b2047 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -4986,7 +4986,7 @@ static bool _handle_spell( monsters *monster, bolt & beem )
{
// The player's out of sight!
// Quick, let's take a turn to heal ourselves. -- bwr
- spell_cast = monster->has_spell(SPELL_GREATER_HEALING)?
+ spell_cast = monster->has_spell(SPELL_GREATER_HEALING) ?
SPELL_GREATER_HEALING : SPELL_LESSER_HEALING;
finalAnswer = true;
}