diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-09-20 14:54:47 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-09-20 14:54:47 +0000 |
commit | 279efa41f7dfda7eddaaf66ff34fa93a02a834ae (patch) | |
tree | 978ae6982b601e0a22c4d5ebe30a60f8bea2f131 /graphics/images | |
parent | 759de39d7c1127782580a50529556098475dc369 (diff) | |
download | clientdata-279efa41f7dfda7eddaaf66ff34fa93a02a834ae.tar.gz clientdata-279efa41f7dfda7eddaaf66ff34fa93a02a834ae.tar.bz2 clientdata-279efa41f7dfda7eddaaf66ff34fa93a02a834ae.tar.xz clientdata-279efa41f7dfda7eddaaf66ff34fa93a02a834ae.zip |
added a missing minimap and cloud effects for new woodland maps
Diffstat (limited to 'graphics/images')
-rw-r--r-- | graphics/images/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/images/Makefile.am b/graphics/images/Makefile.am index e0707698..fb54cb95 100644 --- a/graphics/images/Makefile.am +++ b/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 |