summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
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.h
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.h')
-rw-r--r--crawl-ref/source/player.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index e1e40054f1..7103018c47 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -15,6 +15,7 @@
#define PLAYER_H
#include "externs.h"
+#include "itemprop.h"
class monsters;
struct item_def;
@@ -74,7 +75,7 @@ int player_wielded_item();
* called from: ability - acr - fight - food - it_use2 - item_use - items -
* misc - mutation - ouch
* *********************************************************************** */
-bool wearing_amulet(char which_am, bool calc_unid = true);
+bool wearing_amulet(jewellery_type which_am, bool calc_unid = true);
/* ***********************************************************************