From e7c8daa764478faeadb05f074819c64c6cf3c36e Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Sat, 14 Nov 2009 11:56:37 +0300 Subject: Move player_can_smell to player::can_smell. --- crawl-ref/source/player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/player.h') diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h index e060e3fd14..a82d4dc9c6 100644 --- a/crawl-ref/source/player.h +++ b/crawl-ref/source/player.h @@ -483,6 +483,7 @@ public: void check_awaken(int disturbance); bool can_throw_large_rocks() const; + bool can_smell() const; int armour_class() const; int melee_evasion(const actor *attacker, @@ -615,7 +616,6 @@ bool player_item_conserve(bool calc_unid = true); int player_mental_clarity(bool calc_unid = true, bool items = true); int player_spirit_shield(bool calc_unid = true); -bool player_can_smell(); bool player_likes_chunks(bool permanently = false); bool player_likes_water(bool permanently = false); -- cgit v1.2.3-54-g00ecf