summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-25 08:12:27 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-25 08:12:27 +0000
commitd93f8e90d6931211da026014dd7a20b5f203b1d1 (patch)
treee691d16b3c49ea9e4efebf5c2aea47889aa2ca19 /crawl-ref/source/beam.h
parentdb86b7751c82969f85be99ea9becc6717357875f (diff)
downloadcrawl-ref-d93f8e90d6931211da026014dd7a20b5f203b1d1.tar.gz
crawl-ref-d93f8e90d6931211da026014dd7a20b5f203b1d1.zip
[1832114] Fixed more prompts for mostly offscreen ball lightning detonation.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3328 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index 17d833119b..7191f6bac1 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -189,10 +189,11 @@ bool nice_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( bolt &pbolt, bool hole_in_the_middle = false,
bool explode_in_wall = false,
bool stop_at_statues = true,
- bool stop_at_walls = true);
+ bool stop_at_walls = true,
+ bool show_more = true);
// last updated 22jan2001 {gdl}
/* ***********************************************************************