diff options
-rw-r--r-- | graphics/images/ambient/Makefile.am | 1 | ||||
-rw-r--r-- | graphics/sprites/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/images/ambient/Makefile.am b/graphics/images/ambient/Makefile.am index bc9be27a..890aecc7 100644 --- a/graphics/images/ambient/Makefile.am +++ b/graphics/images/ambient/Makefile.am @@ -1,6 +1,7 @@ ambientdir = $(pkgdatadir)/data/graphics/images/ambient ambient_DATA = clouds.png \ + night.png \ sandstorm.png \ spotlight.png diff --git a/graphics/sprites/CMakeLists.txt b/graphics/sprites/CMakeLists.txt index 890d7a10..0ce213f9 100644 --- a/graphics/sprites/CMakeLists.txt +++ b/graphics/sprites/CMakeLists.txt @@ -12,7 +12,7 @@ SET(FILES chest-vnecksweater-female.png chest-vnecksweater-female.xml emotions.png - error.png + error.xml hairstyle1.png hairstyle1.xml hairstyle2.png |