summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being.cpp b/src/being.cpp
index f5d03563..a0db8208 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -61,6 +61,7 @@ Being::Being(Uint32 id, Uint16 job, Map *map):
mSpriteset(NULL), mSpriteFrame(0)
{
setMap(map);
+ memset(mVisibleEquipment, 0, 6 * sizeof(int));
}
Being::~Being()