diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | data/graphics/images/Makefile.am | 9 |
2 files changed, 10 insertions, 2 deletions
@@ -9,6 +9,9 @@ * src/gui/setup.cpp, src/gui/setup_video.cpp, src/gui/setup_video.h: Added a slider for controlling the overlay detail to the video setup dialog based on a patch by VictorSan. + * data/maps/new_14-1.tmx.gz, data/maps/new_16-1.tmx.gz: + added cloud effect and minimap. + * data/images/Makefile.am: Updated makefile. 2006-09-19 Bjørn Lindeijer <bjorn@lindeijer.nl> diff --git a/data/graphics/images/Makefile.am b/data/graphics/images/Makefile.am index e0707698..fb54cb95 100644 --- a/data/graphics/images/Makefile.am +++ b/data/graphics/images/Makefile.am @@ -7,7 +7,12 @@ images_DATA = \ minimap_new_1-1.png \ minimap_new_2-1.png \ minimap_new_3-1.png \ - minimap_new_5-1.png + minimap_new_5-1.png \ + minimap_new_7-1.png \ + minimap_new_9-1.png \ + minimap_new_14-1.png \ + minimap_new_15-1.png \ + minimap_new_16-1.png EXTRA_DIST = \ - $(images_DATA) + $(images_DATA)
\ No newline at end of file |