summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
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 44ff7c49b5..00fd315e53 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -4624,7 +4624,7 @@ static bool _handle_spell( monsters *monster, bolt & beem )
}
else if (monster->type == MONS_DAEVA)
{
- monsters *mon = &menv[monster->foe];
+ const monsters *mon = &menv[monster->foe];
// Don't allow daevas to make unchivalric magic
// attacks, except against appropriate monsters.