summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-10-31 13:32:35 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-10-31 13:40:43 +0100
commitb73196b72f80e92abd1536af8a942a5805d6fdbc (patch)
tree6e3f9f624ce81a6fedb18dceaa7614c8e6415dab /crawl-ref/source/itemprop.h
parentbc61b047875b68f362a964ae5ab53d3cd283a26e (diff)
downloadcrawl-ref-b73196b72f80e92abd1536af8a942a5805d6fdbc.tar.gz
crawl-ref-b73196b72f80e92abd1536af8a942a5805d6fdbc.zip
Use proper type declarations for brand_type.
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 4664ff312c..3c5cf83501 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -52,7 +52,7 @@ void set_gloves_random_desc(item_def &item);
// ego items:
bool set_item_ego_type(item_def &item, int item_type, int ego_type);
-int get_weapon_brand(const item_def &item);
+brand_type get_weapon_brand(const item_def &item);
special_armour_type get_armour_ego_type(const item_def &item);
bool missile_brand_obvious(special_missile_type brand);
special_missile_type get_ammo_brand(const item_def &item);