summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index f683822891..30c1047425 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -630,7 +630,7 @@ static bool cloak_is_being_removed( void )
//---------------------------------------------------------------
void wear_armour(void)
{
- int armour_wear_2;
+ int armour_wear_2 = 0;
if (!armour_prompt("Wear which item?", &armour_wear_2, OPER_WEAR))
return;