summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/mon-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index cab24aafa4..43bcc6a29a 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -709,7 +709,7 @@ bool mons_see_invis(const monsters *mon)
return (mon->ghost->see_invis);
else if (mons_class_flag(mon->type, M_SEE_INVIS))
return (true);
- else if (_scan_mon_inv_randarts( mon, RAP_EYESIGHT ) > 0)
+ else if (_scan_mon_inv_randarts(mon, RAP_EYESIGHT) > 0)
return (true);
return (false);