From ce3948ab25120e7caf3d69d14f5eff0c4f11ff11 Mon Sep 17 00:00:00 2001 From: haranp Date: Mon, 4 Aug 2008 14:41:48 +0000 Subject: 2036429: better spacing on ^ screen. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6772 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index b19996612c..f2d4c89162 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -4212,7 +4212,7 @@ int player_mental_clarity(bool calc_unid, bool items) return ((ret > 3) ? 3 : ret); } -bool wearing_amulet(char amulet, bool calc_unid) +bool wearing_amulet(jewellery_type amulet, bool calc_unid) { if (amulet == AMU_CONTROLLED_FLIGHT && (you.duration[DUR_CONTROLLED_FLIGHT] -- cgit v1.2.3-54-g00ecf