summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-02 11:42:11 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-02 11:42:11 +0000
commitb367d7d62fb29d7938f260999c634c5f11fa4cc8 (patch)
tree4cf67031f33d8e489c713d64d1c5ba76170290a1 /crawl-ref/source/beam.h
parentdbe9fa6e03ca3baa7f1d72be84d23c0c2338ad9e (diff)
downloadcrawl-ref-b367d7d62fb29d7938f260999c634c5f11fa4cc8.tar.gz
crawl-ref-b367d7d62fb29d7938f260999c634c5f11fa4cc8.zip
Fix explosions through walls (patch 1777426, zelgadis).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2040 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index 2db36672fe..e9ac9efa84 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -39,8 +39,10 @@ bool nasty_beam( struct monsters *mon, struct bolt &beam );
* called from: ability - it_use3 - item_use - mstuff2 - religion -
* spells - spells4
* *********************************************************************** */
-void explosion( struct bolt &pbolt, bool hole_in_the_middle = false );
-
+void explosion( struct bolt &pbolt, bool hole_in_the_middle = false,
+ bool explode_in_wall = false,
+ bool stop_at_statues = true,
+ bool stop_at_walls = true);
// last updated 22jan2001 {gdl}
/* ***********************************************************************