summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index f6d54a470f..1806c7ac9f 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -99,8 +99,7 @@ struct dist;
struct bolt
{
// INPUT parameters set by caller
- int range; // minimum range
- int rangeMax; // maximum range
+ int range;
unsigned type; // missile gfx
int colour;
beam_type flavour;