summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-15 02:25:55 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-15 02:25:55 +0000
commite784ce38d066b98bebaac751a9fecffc8b2f86e0 (patch)
tree31a495495d64e150abdde4e7f15d5f25f539e34c /crawl-ref/source/beam.h
parentb8dae05075a034261b29930156557335aecd6d69 (diff)
downloadcrawl-ref-e784ce38d066b98bebaac751a9fecffc8b2f86e0.tar.gz
crawl-ref-e784ce38d066b98bebaac751a9fecffc8b2f86e0.zip
Add another minor cosmetic fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5050 c06c8d41-db1a-0410-9941-cceddc491573
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 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}
/* ***********************************************************************