summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2014-11-04 22:45:04 -0600
committerwushin <pasekei@gmail.com>2014-11-04 22:45:04 -0600
commitc94b1d8a4978db9b42826d22bed254c4f9170cfb (patch)
tree0102e220e05d6a48afd25d8473b6e4b74cbd1037
parent01cb2cceae3a179d3b18107a41580f8171712854 (diff)
downloadtools-c94b1d8a4978db9b42826d22bed254c4f9170cfb.tar.gz
tools-c94b1d8a4978db9b42826d22bed254c4f9170cfb.tar.bz2
tools-c94b1d8a4978db9b42826d22bed254c4f9170cfb.tar.xz
tools-c94b1d8a4978db9b42826d22bed254c4f9170cfb.zip
Remove Music Noise from make maps
-rwxr-xr-xtmx_converter.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmx_converter.py b/tmx_converter.py
index 37a0234..802f9eb 100755
--- a/tmx_converter.py
+++ b/tmx_converter.py
@@ -40,6 +40,7 @@ other_object_types = set([
'npc', # not interpreted by client
'script', # for ManaServ
'fixme', # flag for things that didn't have a type before
+ 'music',
])
# Somebody has put ManaServ fields in our data!