summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r--src/being/being.cpp2
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