diff options
Diffstat (limited to 'src/resources/iteminfo.h')
-rw-r--r-- | src/resources/iteminfo.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/resources/iteminfo.h b/src/resources/iteminfo.h index cd406003d..56a442832 100644 --- a/src/resources/iteminfo.h +++ b/src/resources/iteminfo.h @@ -29,8 +29,6 @@ #include "resources/spritedef.h" #include <map> -#include <string> -#include <vector> #include <set> enum EquipmentSoundEvent @@ -292,7 +290,7 @@ class ItemInfo std::map <int, std::string> mAnimationFiles; /** Stores the names of sounds to be played at certain event. */ - std::map < EquipmentSoundEvent, std::vector<std::string> > mSounds; + std::map <EquipmentSoundEvent, StringVect> mSounds; std::map <int, int> mTags; std::map <int, ColorDB::ItemColor> *mColors; std::string mColorList; |