summaryrefslogtreecommitdiff
path: root/hercules/code/tileutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/code/tileutils.py')
-rw-r--r--hercules/code/tileutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hercules/code/tileutils.py b/hercules/code/tileutils.py
index c5457e7..42e7a84 100644
--- a/hercules/code/tileutils.py
+++ b/hercules/code/tileutils.py
@@ -14,7 +14,7 @@ def getTileData(mapData, x, y, sx):
def getTile(data):
normal = 0
- collison = 0
+ collision = 0
if data == 0: # 000 normal walkable
normal = 1
collision = 5