From 88d4b1f95d60f93bbbfaaf710484cb0c21125f1f Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 11 Feb 2007 10:46:58 +0000 Subject: Some make file updates and removed a strange duplicate cotton shirt. --- graphics/sprites/CMakeLists.txt | 10 ++++++---- graphics/sprites/Makefile.am | 10 ++++++---- graphics/sprites/chest_cotton_female.png | Bin 14504 -> 0 bytes 3 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 graphics/sprites/chest_cotton_female.png diff --git a/graphics/sprites/CMakeLists.txt b/graphics/sprites/CMakeLists.txt index da14a69a..3a1273a4 100644 --- a/graphics/sprites/CMakeLists.txt +++ b/graphics/sprites/CMakeLists.txt @@ -1,4 +1,8 @@ SET(FILES + chest-chainmail-female.png + chest-chainmail-female.xml + chest-chainmail-male.png + chest-chainmail-male.xml chest-cotton-male.xml chest-cotton-male.png chest-cotton-female.xml @@ -41,10 +45,8 @@ SET(FILES head-santabeardhat.xml item002.png item002.xml - item004.png - item004.xml - item005.png - item005.xml + item003.png + item003.xml item006.png item006.xml item007.png diff --git a/graphics/sprites/Makefile.am b/graphics/sprites/Makefile.am index 4ef94363..77489ac1 100644 --- a/graphics/sprites/Makefile.am +++ b/graphics/sprites/Makefile.am @@ -2,6 +2,10 @@ spritesdir = $(pkgdatadir)/data/graphics/sprites sprites_DATA = \ + chest-chainmail-female.png \ + chest-chainmail-female.xml \ + chest-chainmail-male.png \ + chest-chainmail-male.xml \ chest-cotton-male.xml \ chest-cotton-male.png \ chest-cotton-female.xml \ @@ -44,10 +48,8 @@ sprites_DATA = \ head-santabeardhat.xml \ item002.png \ item002.xml \ - item004.png \ - item004.xml \ - item005.png \ - item005.xml \ + item003.png \ + item003.xml \ item006.png \ item006.xml \ item007.png \ diff --git a/graphics/sprites/chest_cotton_female.png b/graphics/sprites/chest_cotton_female.png deleted file mode 100644 index 5382c075..00000000 Binary files a/graphics/sprites/chest_cotton_female.png and /dev/null differ -- cgit v1.2.3-60-g2f50