summaryrefslogtreecommitdiff
path: root/src/resources/iteminfo.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-04-15 02:15:39 +0300
committerAndrei Karas <akaras@inbox.ru>2013-04-15 02:15:39 +0300
commit67ca22e33cc7227048121895bec75e546a3777ef (patch)
tree08d897013784943f435265d99638dd96e7d9d7b5 /src/resources/iteminfo.h
parent60019d36cc08faa4d49f2ddb048f6a71cf87a683 (diff)
downloadplus-67ca22e33cc7227048121895bec75e546a3777ef.tar.gz
plus-67ca22e33cc7227048121895bec75e546a3777ef.tar.bz2
plus-67ca22e33cc7227048121895bec75e546a3777ef.tar.xz
plus-67ca22e33cc7227048121895bec75e546a3777ef.zip
improve colordb class.
Diffstat (limited to 'src/resources/iteminfo.h')
-rw-r--r--src/resources/iteminfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/iteminfo.h b/src/resources/iteminfo.h
index afea431ee..380624b7b 100644
--- a/src/resources/iteminfo.h
+++ b/src/resources/iteminfo.h
@@ -330,7 +330,7 @@ class ItemInfo final
/** Stores the names of sounds to be played at certain event. */
std::map <EquipmentSoundEvent, StringVect> mSounds;
std::map <int, int> mTags;
- std::map <int, ColorDB::ItemColor> *mColors;
+ const std::map <int, ColorDB::ItemColor> *mColors;
std::string mColorList;
int mHitEffectId;
int mCriticalHitEffectId;