summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index d10eb8ccb5..fffe197c67 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -119,7 +119,7 @@ void run_environment_effects();
int str_to_shoptype(const std::string &s);
-bool player_in_a_dangerous_place();
+bool player_in_a_dangerous_place(bool *invis = NULL);
coord_def pick_adjacent_free_square(const coord_def& p);