summaryrefslogtreecommitdiff
path: root/src/dragdrop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dragdrop.h')
-rw-r--r--src/dragdrop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dragdrop.h b/src/dragdrop.h
index 6f18479a4..b277af3b9 100644
--- a/src/dragdrop.h
+++ b/src/dragdrop.h
@@ -104,7 +104,7 @@ class DragDrop final
mItemImage->incRef();
mSource = source;
mTag = tag;
- ItemSoundManager::playSfx(item, SOUND_EVENT_TAKE);
+ ItemSoundManager::playSfx(item, ItemSoundEvent::TAKE);
}
else
{
@@ -183,7 +183,7 @@ class DragDrop final
if (mItemImage)
mItemImage->decRef();
if (mItem)
- ItemSoundManager::playSfx(mItem, SOUND_EVENT_PUT);
+ ItemSoundManager::playSfx(mItem, ItemSoundEvent::PUT);
mItem = 0;
mItemColor = 1;
mItemImage = nullptr;