From 3603521356ad1646d456a1681ff9f8a7c88ab458 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Wed, 6 May 2009 23:58:49 +0200 Subject: Fixed initialization of arrows equipment slot Was still being initialized to the first item in the inventory instead of to nothing. I thought I had fixed this, but apparently it never got committed. --- src/equipment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/equipment.cpp b/src/equipment.cpp index 8fc09fa9..f760067c 100644 --- a/src/equipment.cpp +++ b/src/equipment.cpp @@ -30,7 +30,7 @@ Equipment::Equipment() #ifdef EATHENA_SUPPORT - : mArrows(0) + : mArrows(-1) #endif { #ifdef TMWSERV_SUPPORT -- cgit v1.2.3-70-g09d2