From 78f7b9d8e5921ef3e1f64d01c802436a654c177a Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Thu, 22 Oct 2009 18:14:00 +0200 Subject: Move player_see_invis into player class. --- 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 d37495b532..3fdf9abff8 100644 --- a/crawl-ref/source/player.h +++ b/crawl-ref/source/player.h @@ -300,6 +300,7 @@ public: bool cannot_speak() const; bool invisible() const; bool can_see_invisible() const; + bool can_see_invisible(bool unid) const; bool visible_to(const actor *looker) const; bool see_cell(const coord_def &c) const; bool can_see(const actor *target) const; @@ -760,7 +761,6 @@ int slaying_bonus(char which_affected); * items - monstuff - mon-util - mstuff2 - spells1 - spells2 - * spells3 * *********************************************************************** */ -int player_see_invis(bool calc_unid = true); bool player_monster_visible(const monsters *mon); bool player_mesmerised_by(const monsters *mon); -- cgit v1.2.3-54-g00ecf