From b49f34292556d8d6d239cc57aba8068bb22cf751 Mon Sep 17 00:00:00 2001 From: haranp Date: Fri, 27 Apr 2007 11:59:31 +0000 Subject: Rewrite of item_def::name() (the old itemname()). Much, much cleaner now. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1376 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/itemprop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/itemprop.h') diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h index df106f9a1d..ea307dae70 100644 --- a/crawl-ref/source/itemprop.h +++ b/crawl-ref/source/itemprop.h @@ -47,7 +47,7 @@ bool is_helmet_type( const item_def &item, short val ); // ego items: bool set_item_ego_type( item_def &item, int item_type, int ego_type ); int get_weapon_brand( const item_def &item ); -int get_armour_ego_type( const item_def &item ); +special_armour_type get_armour_ego_type( const item_def &item ); int get_ammo_brand( const item_def &item ); // armour functions: -- cgit v1.2.3-54-g00ecf