diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-03 14:03:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-03 14:03:52 -0300 |
commit | a1095ec5ab119e7780eeb253bab8e9d218f0b422 (patch) | |
tree | 193ebb15d2b55ee7e4f41152b373bae67a1c34a6 /maps/000-0-0.tmx | |
parent | 1ecf32977583670038dfd727ce688d1b7b2a2fe5 (diff) | |
download | clientdata-a1095ec5ab119e7780eeb253bab8e9d218f0b422.tar.gz clientdata-a1095ec5ab119e7780eeb253bab8e9d218f0b422.tar.bz2 clientdata-a1095ec5ab119e7780eeb253bab8e9d218f0b422.tar.xz clientdata-a1095ec5ab119e7780eeb253bab8e9d218f0b422.zip |
Sanitize music filenames. Other sanitizations. Map masks.
Diffstat (limited to 'maps/000-0-0.tmx')
-rw-r--r-- | maps/000-0-0.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/000-0-0.tmx b/maps/000-0-0.tmx index bf48419f..a11b782d 100644 --- a/maps/000-0-0.tmx +++ b/maps/000-0-0.tmx @@ -5,7 +5,7 @@ <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="1"/> <property name="minimap" value="graphics/minimaps/000-0-0.png"/> - <property name="music" value="bartk - in the forest of the birches.ogg"/> + <property name="music" value="bartk_forest_of_birches.orgg.ogg"/> <property name="name" value="Sailor's Room"/> </properties> <tileset firstgid="1" name="Indoor" tilewidth="32" tileheight="32" tilecount="128" columns="8"> |