summaryrefslogtreecommitdiff
path: root/hercules/code
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-05-08 09:02:59 -0400
committergumi <git@gumi.ca>2018-05-08 09:52:57 -0400
commitd42240546a511022ec7d3520f03654c1d892eb2f (patch)
treef1154135555ce86dd845a19c23f6ddacb3abf9cc /hercules/code
parenta4eb2a6d82d2c3810278185a89c1dd38f7d96f23 (diff)
downloadevol-tools-d42240546a511022ec7d3520f03654c1d892eb2f.tar.gz
evol-tools-d42240546a511022ec7d3520f03654c1d892eb2f.tar.bz2
evol-tools-d42240546a511022ec7d3520f03654c1d892eb2f.tar.xz
evol-tools-d42240546a511022ec7d3520f03654c1d892eb2f.zip
make the converter more human-friendly
Diffstat (limited to 'hercules/code')
-rw-r--r--hercules/code/clienttoserver/maps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hercules/code/clienttoserver/maps.py b/hercules/code/clienttoserver/maps.py
index 06b7eb5..248a40c 100644
--- a/hercules/code/clienttoserver/maps.py
+++ b/hercules/code/clienttoserver/maps.py
@@ -160,7 +160,7 @@ def recreateMap(names):
writeInt16(w, height)
writeInt32(w, len(binData))
writeData(w, binData)
- print tmxName
+ #print tmxName
found = True
break
if found == False: