From 9ec81b9ef7c3c19373745b155c49da5006502785 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Wed, 22 Nov 2006 11:55:11 +0000 Subject: Kill more g++ carps. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@460 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/item_use.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/item_use.cc') 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; -- cgit v1.2.3-54-g00ecf