summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7db8b92..a23a377 100644
--- a/hercules/code/clienttoserver/maps.py
+++ b/hercules/code/clienttoserver/maps.py
@@ -94,7 +94,7 @@ def recreateMapCache():
tileType = 0
else:
tileType = tile - firstgid;
- # tmw collision format
+ # tmx collision format
# 0 - walkable ground
# 1 - non walkable wall
# 2 - air allowed shootable too