summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/traps.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-04-09 17:08:30 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-04-09 17:55:17 +0100
commit62b11cb347c864cbab3e8c65a5250c8c8f2cf771 (patch)
tree912ed39c4bb705c29c15b7813b42eee9dd1741ca /crawl-ref/source/traps.h
parentd1b32bca3e9eab8e1d984c8d11a3bcb47e3968c4 (diff)
downloadcrawl-ref-62b11cb347c864cbab3e8c65a5250c8c8f2cf771.tar.gz
crawl-ref-62b11cb347c864cbab3e8c65a5250c8c8f2cf771.zip
Remove some now-unused handling for web placement
Diffstat (limited to 'crawl-ref/source/traps.h')
-rw-r--r--crawl-ref/source/traps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/traps.h b/crawl-ref/source/traps.h
index e946d115f0..b59ba3be89 100644
--- a/crawl-ref/source/traps.h
+++ b/crawl-ref/source/traps.h
@@ -41,7 +41,7 @@ int num_traps_for_place();
trap_type random_trap_for_place();
int count_traps(trap_type ttyp);
-void place_webs(int num, bool is_second_phase = false);
+void place_webs(int num);
bool maybe_destroy_web(actor *oaf);
bool ensnare(actor *fly);
#endif