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.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/player.h') 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); /* *********************************************************************** -- cgit v1.2.3-54-g00ecf