summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-10-27 05:06:01 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-11-04 18:49:50 +0100
commitbb5a234eaa2f2f38dceaffeca8f958b5d8537c9a (patch)
treebc31216c5fe8317a69ce264216252784322b9883 /crawl-ref/source/effects.h
parent09f65ce44c226a17f14fae434279ec03111469c1 (diff)
downloadcrawl-ref-bb5a234eaa2f2f38dceaffeca8f958b5d8537c9a.tar.gz
crawl-ref-bb5a234eaa2f2f38dceaffeca8f958b5d8537c9a.zip
Simplify Lugonu's Abyss exit.
Diffstat (limited to 'crawl-ref/source/effects.h')
-rw-r--r--crawl-ref/source/effects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index c57bdf6889..7d1f7197ca 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -12,7 +12,7 @@ struct bolt;
class monster;
struct item_def;
-void banished(dungeon_feature_type gate_type, const std::string &who = "");
+void banished(const std::string &who = "");
bool forget_spell(void);