summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/travel.h')
-rw-r--r--crawl-ref/source/travel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/travel.h b/crawl-ref/source/travel.h
index 98b0e0ac7b..38f4cdc614 100644
--- a/crawl-ref/source/travel.h
+++ b/crawl-ref/source/travel.h
@@ -71,8 +71,7 @@ bool is_unknown_stair(const coord_def &p);
void find_travel_pos(const coord_def& youpos, char *move_x, char *move_y,
std::vector<coord_def>* coords = NULL);
-bool is_travelsafe_square(const coord_def& c, bool ignore_hostile = false,
- bool ignore_terrain_knowledge = false);
+bool is_travelsafe_square(const coord_def& c, bool ignore_hostile = false);
/* ***********************************************************************
* Initiates explore - the character runs around the level to map it. Note