summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-miscast.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-03-22 13:11:06 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-03-22 13:11:06 +0100
commitb81e611ad94fd5fad5b6fb243ebc73af91c3f3a2 (patch)
tree97ceb5f3920d161befd9ea1461dd6a670240e8a6 /crawl-ref/source/spl-miscast.h
parent2c3dee098d974344b964031b14c21fbfab4e32d4 (diff)
downloadcrawl-ref-b81e611ad94fd5fad5b6fb243ebc73af91c3f3a2.tar.gz
crawl-ref-b81e611ad94fd5fad5b6fb243ebc73af91c3f3a2.zip
Name a function more sanely.
Diffstat (limited to 'crawl-ref/source/spl-miscast.h')
-rw-r--r--crawl-ref/source/spl-miscast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-miscast.h b/crawl-ref/source/spl-miscast.h
index b99bafb7f1..66acc49567 100644
--- a/crawl-ref/source/spl-miscast.h
+++ b/crawl-ref/source/spl-miscast.h
@@ -117,7 +117,7 @@ private:
bool _lose_stat(stat_type which_stat, int8_t stat_loss);
void _potion_effect(potion_type pot_eff, int pot_pow);
bool _create_monster(monster_type what, int abj_deg, bool alert = false);
- bool _send_abyss();
+ bool _send_to_abyss();
bool _malign_gateway();
void _do_poison(int amount);