summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/createmap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/createmap.py b/tools/createmap.py
index 1d6a852..b5c5b2e 100755
--- a/tools/createmap.py
+++ b/tools/createmap.py
@@ -35,7 +35,7 @@ with open(outfile, "wb") as file:
file.write(bytes(HEADER, "ascii"))
file.write(WIDTH.to_bytes(4, 'big'));
file.write(HEIGHT.to_bytes(4, 'big'));
- file.write(tilebytes.to_bytes(4, 'big'));
+ #file.write(tilebytes.to_bytes(4, 'big'));
for y in range(HEIGHT):