summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-02-13 12:04:56 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-02-13 12:04:56 -0600
commit69feb1883c7251bc3fe5cfc6de0063efefa6b083 (patch)
treea5037eb052460a19d9244b5708735417a3a2fde8 /crawl-ref/source/beam.h
parenta91b873918fbe6adea571494cf8be3195b4d4908 (diff)
downloadcrawl-ref-69feb1883c7251bc3fe5cfc6de0063efefa6b083.tar.gz
crawl-ref-69feb1883c7251bc3fe5cfc6de0063efefa6b083.zip
Fix inconsistencies in bolt struct references.
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index d1596e8502..0bb218e6cf 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -321,7 +321,7 @@ bool poison_monster(monster* mons, const actor* who, int levels = 1,
bool miasma_monster(monster* mons, const actor* who);
bool napalm_monster(monster* mons, const actor* who, int levels = 1,
bool verbose = true);
-void fire_tracer(const monster* mons, struct bolt &pbolt,
+void fire_tracer(const monster* mons, bolt &pbolt,
bool explode_only = false);
bool imb_can_splash(coord_def origin, coord_def center,
vector<coord_def> path_taken, coord_def target);