From 460822ea6cef840e0f478918547a806b231c3dc6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 12 Sep 2016 03:14:35 +0300 Subject: Fix different issues in tools found by pyflakes. --- hercules/code/tileutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hercules/code/tileutils.py') 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 -- cgit v1.2.3-70-g09d2