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 a1bd79ac52..b5c3a0bc39 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -28,7 +28,7 @@ enum genus_type
};
bool move_player_to_grid( int x, int y, bool stepped, bool allow_shift,
- bool force );
+ bool force, bool swapping = false );
bool player_in_mappable_area(void);
bool player_in_branch( int branch );