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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index b5c3a0bc39..e1e40054f1 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -27,7 +27,7 @@ enum genus_type
GENPC_OGRE
};
-bool move_player_to_grid( int x, int y, bool stepped, bool allow_shift,
+bool move_player_to_grid( const coord_def& p, bool stepped, bool allow_shift,
bool force, bool swapping = false );
bool player_in_mappable_area(void);