diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-08-27 16:12:15 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-08-27 16:12:15 +0000 |
commit | 96b12be62276166557f99b0568dd1db6e96959af (patch) | |
tree | 2c8b92b89fead4242b8a97d390ee3ee285c5c255 /graphics/tiles | |
parent | c637c86cb9c252ed022be79d93ef282cc1b70cf0 (diff) | |
download | clientdata-96b12be62276166557f99b0568dd1db6e96959af.tar.gz clientdata-96b12be62276166557f99b0568dd1db6e96959af.tar.bz2 clientdata-96b12be62276166557f99b0568dd1db6e96959af.tar.xz clientdata-96b12be62276166557f99b0568dd1db6e96959af.zip |
Useful to see eyecandy on 7-1 since it's using mountain.png...
Diffstat (limited to 'graphics/tiles')
-rw-r--r-- | graphics/tiles/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tiles/Makefile.am b/graphics/tiles/Makefile.am index 7cca49c0..41a8e826 100644 --- a/graphics/tiles/Makefile.am +++ b/graphics/tiles/Makefile.am @@ -5,7 +5,8 @@ tiles_DATA = \ cave.png \ collision.png \ desert1.png \ - desert2.png + desert2.png \ + mountain.png EXTRA_DIST = \ $(tiles_DATA) |