summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-01 18:10:20 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-01 18:10:20 +0000
commitde726cf12f8452ff9e1dc37025e316c73045579a (patch)
treeba2f3bfbb10f9f206261754f9fa90502b119e9c6 /crawl-ref/source/beam.h
parentdb8e73adb137ea580081efb2d96f34218e6441ea (diff)
downloadcrawl-ref-de726cf12f8452ff9e1dc37025e316c73045579a.tar.gz
crawl-ref-de726cf12f8452ff9e1dc37025e316c73045579a.zip
[1756736] Fixed thrown items getting stuck in walls.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1954 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index 3ba47b3abc..2db36672fe 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -71,17 +71,6 @@ void poison_monster( struct monsters *monster, kill_category who,
/* ***********************************************************************
- * called from: fight - monstuff - spells - spells1 - spells2
- * *********************************************************************** */
-#if 0
-void delete_cloud( int cloud );
-void new_cloud( int cloud, int type, int x, int y, int decay );
-
-void place_cloud(unsigned char cl_type, unsigned char ctarget_x, unsigned char ctarget_y, unsigned char cl_range);
-#endif
-
-
-/* ***********************************************************************
* called from: monstuff
* *********************************************************************** */
void fire_tracer( const monsters *monster, struct bolt &pbolt );