summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-project.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-project.h')
-rw-r--r--crawl-ref/source/mon-project.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-project.h b/crawl-ref/source/mon-project.h
index 3f17a9c755..a57afbbd80 100644
--- a/crawl-ref/source/mon-project.h
+++ b/crawl-ref/source/mon-project.h
@@ -12,6 +12,6 @@
bool mons_is_projectile(monster_type mt);
bool cast_iood(actor *caster, int pow, bolt *beam);
-bool iood_act(monsters &mon);
+bool iood_act(monsters &mon, bool no_trail = false);
#endif