summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 2712a7dfcf..5dbe798705 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -176,8 +176,7 @@ bool test_beam_hit(int attack, int defence);
/* ***********************************************************************
* called from: bang - it_use2 - monstuff - mstuff2
* *********************************************************************** */
-void fire_beam( struct bolt &pbolt, item_def *item = NULL,
- bool drop_item = false );
+void fire_beam( bolt &pbolt, item_def *item = NULL, bool drop_item = false );
// last updated 19apr2001 {gdl}
/* ***********************************************************************