diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-16 23:35:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-16 23:35:37 +0300 |
commit | ead2b06e3496b0cbe3a4a4c33a55c8262f02b73f (patch) | |
tree | 1017b9434f0bf905423f22b39fc683075040ac83 /src/CMakeLists.txt | |
parent | 37eb9896130e6606c93166d29c595480e02a785b (diff) | |
download | plus-ead2b06e3496b0cbe3a4a4c33a55c8262f02b73f.tar.gz plus-ead2b06e3496b0cbe3a4a4c33a55c8262f02b73f.tar.bz2 plus-ead2b06e3496b0cbe3a4a4c33a55c8262f02b73f.tar.xz plus-ead2b06e3496b0cbe3a4a4c33a55c8262f02b73f.zip |
In all places try get item color from ItemColorManager.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 43a2e0c5f..0b21bd5c0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -906,6 +906,8 @@ SET(SRCS inventory.h item.cpp item.h + itemcolormanager.cpp + itemcolormanager.h itemshortcut.cpp itemshortcut.h itemsoundmanager.cpp |