summaryrefslogtreecommitdiff
path: root/src/resources/soundinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/soundinfo.h')
-rw-r--r--src/resources/soundinfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/soundinfo.h b/src/resources/soundinfo.h
index 01671d43b..5d6bd21ad 100644
--- a/src/resources/soundinfo.h
+++ b/src/resources/soundinfo.h
@@ -56,7 +56,8 @@ enum ItemSoundEvent
SOUND_EVENT_TAKE, // take from container
SOUND_EVENT_PUT, // put into container
SOUND_EVENT_EQUIP,
- SOUND_EVENT_UNEQUIP
+ SOUND_EVENT_UNEQUIP,
+ SOUND_EVENT_USE
};
typedef std::map<ItemSoundEvent, SoundInfoVect*> ItemSoundEvents;