diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-04 02:03:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-04 13:13:21 +0300 |
commit | 343809fe458a08bf96fe4f537db2d81d7523632e (patch) | |
tree | 0230a135f3ecaf574a3d67f090e6dcb21f1934f5 /src/being/being.cpp | |
parent | b0238edbc3f125e5d7d9d1506f7c9b78a440a200 (diff) | |
download | plus-343809fe458a08bf96fe4f537db2d81d7523632e.tar.gz plus-343809fe458a08bf96fe4f537db2d81d7523632e.tar.bz2 plus-343809fe458a08bf96fe4f537db2d81d7523632e.tar.xz plus-343809fe458a08bf96fe4f537db2d81d7523632e.zip |
Add new item sound events constants.
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r-- | src/being/being.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 43f82db0b..3bf1c4453 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -1153,7 +1153,7 @@ void Being::setAction(const Action &action, const int attackId) currentAction = getSitAction(); if (mInfo) { - SoundEvent event; + ItemSoundEvent event; if (currentAction == SpriteAction::SITTOP) event = SOUND_EVENT_SITTOP; else |