summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-04 14:41:48 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-04 14:41:48 +0000
commitce3948ab25120e7caf3d69d14f5eff0c4f11ff11 (patch)
tree3501089438d6dd57caebf9176232b3065de93970 /crawl-ref/source/player.cc
parentd39d0c75a346c3879d20cdb3ea863abff8bae815 (diff)
downloadcrawl-ref-ce3948ab25120e7caf3d69d14f5eff0c4f11ff11.tar.gz
crawl-ref-ce3948ab25120e7caf3d69d14f5eff0c4f11ff11.zip
2036429: better spacing on ^ screen.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6772 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
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]