summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-project.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-12-19 22:52:31 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-12-20 17:29:36 +0100
commit75cf943abb6e77df046924a0f6946c21c5798862 (patch)
tree454b65cdf15890d60567790b51ab28eff27bb13b /crawl-ref/source/mon-project.h
parent8e45c6edf11d3c293961ca9938467ed91c1a340c (diff)
downloadcrawl-ref-75cf943abb6e77df046924a0f6946c21c5798862.tar.gz
crawl-ref-75cf943abb6e77df046924a0f6946c21c5798862.zip
Tloc smoke trail. Doesn't look good IMO, I'd replace it with normal transparent smoke.
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