diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-06-29 13:56:36 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-06-29 13:56:36 +0000 |
commit | 83282c3948f7f2af1e8b0d22d5ab2264c107b268 (patch) | |
tree | b8c17e12040d158849c962d9cec58b81e3ae910f /src/being.cpp | |
parent | 4cd69c6a9327108a07d282011c14562e57aa9e86 (diff) | |
download | mana-83282c3948f7f2af1e8b0d22d5ab2264c107b268.tar.gz mana-83282c3948f7f2af1e8b0d22d5ab2264c107b268.tar.bz2 mana-83282c3948f7f2af1e8b0d22d5ab2264c107b268.tar.xz mana-83282c3948f7f2af1e8b0d22d5ab2264c107b268.zip |
Clients get notified of equipping visible items.
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 1 |
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() |