diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-08-30 16:46:21 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-08-30 16:46:21 +0000 |
commit | 928fcf801f53d44d8b31b4285052a067340ab4ff (patch) | |
tree | 91f8b62b56467d63b1e6a4f49cecab63971dd43f /src/Makefile.am | |
parent | c8c4fd4850b543215faf4de83cc0f93c17b5a038 (diff) | |
download | mana-client-928fcf801f53d44d8b31b4285052a067340ab4ff.tar.gz mana-client-928fcf801f53d44d8b31b4285052a067340ab4ff.tar.bz2 mana-client-928fcf801f53d44d8b31b4285052a067340ab4ff.tar.xz mana-client-928fcf801f53d44d8b31b4285052a067340ab4ff.zip |
Merged equipment database with items database and got rid of the unused item
art attribute. Removed the now unnecessary multiplication of weapon IDs with
10000. Added a fallback item icon and used it for unknown items or when an item
image fails to load.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a7f16a26..86ea5e95 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -173,10 +173,6 @@ tmw_SOURCES = gui/widgets/resizegrip.cpp \ resources/ambientoverlay.h \ resources/animation.cpp \ resources/animation.h \ - resources/equipmentdb.cpp \ - resources/equipmentdb.h \ - resources/equipmentinfo.cpp \ - resources/equipmentinfo.h \ resources/image.cpp \ resources/image.h \ resources/imagewriter.cpp \ |