From df88ca911bfc3659f7f3dfc458ba11f93cd3f0f1 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch <tmw@crushnet.org> Date: Sat, 4 Nov 2006 17:51:44 +0000 Subject: added minimap and music to woodland cave level 2 --- ChangeLog | 8 ++++++++ data/graphics/images/CMakeLists.txt | 3 ++- data/graphics/images/Makefile.am | 3 ++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ef703c3e..78a7ae04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-11-04 Philipp Sehmisch <tmw@crushnet.org> + + * data/maps/new_17-1.tmx.gz, + data/graphics/images/minimap_new_17-1.png, + data/graphics/images/Makefile.am, + data/graphics/images/CMakeLists.txt: + Added music and minimap to woodland cave level 2. + 2006-11-03 Bjørn Lindeijer <bjorn@lindeijer.nl> * src/gui/updatewindow.cpp, src/main.cpp: Updated to the new default diff --git a/data/graphics/images/CMakeLists.txt b/data/graphics/images/CMakeLists.txt index d406c7b2..dec22826 100644 --- a/data/graphics/images/CMakeLists.txt +++ b/data/graphics/images/CMakeLists.txt @@ -11,6 +11,7 @@ SET (FILES minimap_new_14-1.png minimap_new_15-1.png minimap_new_16-1.png + minimap_new_17-1.png ) -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/images) +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/images) \ No newline at end of file diff --git a/data/graphics/images/Makefile.am b/data/graphics/images/Makefile.am index fb54cb95..cc71b18a 100644 --- a/data/graphics/images/Makefile.am +++ b/data/graphics/images/Makefile.am @@ -12,7 +12,8 @@ images_DATA = \ minimap_new_9-1.png \ minimap_new_14-1.png \ minimap_new_15-1.png \ - minimap_new_16-1.png + minimap_new_16-1.png \ + minimap_new_17-1.png EXTRA_DIST = \ $(images_DATA) \ No newline at end of file -- cgit v1.2.3-70-g09d2