From 928fcf801f53d44d8b31b4285052a067340ab4ff Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 30 Aug 2007 16:46:21 +0000 Subject: 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. --- src/being.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being.cpp') diff --git a/src/being.cpp b/src/being.cpp index 402136c5..b0fde6d1 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -32,9 +32,9 @@ #include "map.h" #include "particle.h" -#include "resources/equipmentdb.h" #include "resources/resourcemanager.h" #include "resources/imageset.h" +#include "resources/iteminfo.h" #include "gui/gui.h" -- cgit v1.2.3-60-g2f50