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 a5fc5d9083..d10eb8ccb5 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -121,7 +121,7 @@ int str_to_shoptype(const std::string &s);
bool player_in_a_dangerous_place();
-coord_def pick_adjacent_free_square(int x, int y);
+coord_def pick_adjacent_free_square(const coord_def& p);
int speed_to_duration(int speed);