summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index ffb5542825..70a84a89e0 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -326,9 +326,7 @@ void modify_stat(stat_type which_stat, char amount, bool suppress_msg,
void modify_stat(stat_type which_stat, char amount, bool suppress_msg,
const item_def &cause, bool removed = false);
-/* ***********************************************************************
- * called from: acr - travel
- * *********************************************************************** */
+bool player_in_bat_form();
bool player_can_open_doors();
// last updated 19may2000 {dlb}