summaryrefslogtreecommitdiff
path: root/src/main.py
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-11-11 19:28:11 +0100
committerTreeki <treeki@gmail.com>2011-11-11 19:28:11 +0100
commitaed27a87565f3ec0ac576bab0dc500890ac2d645 (patch)
treed9b546faab290a16437e4a5e2751631ae64bdf89 /src/main.py
parente8fecb825f98cb8167ca2f803c5e720beca940c6 (diff)
downloadkoopatlas-aed27a87565f3ec0ac576bab0dc500890ac2d645.tar.gz
koopatlas-aed27a87565f3ec0ac576bab0dc500890ac2d645.zip
buggy and unfinished painting of objects plus a plethora of bugfixes
Diffstat (limited to '')
-rw-r--r--src/main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.py b/src/main.py
index ebf762f..1d53521 100644
--- a/src/main.py
+++ b/src/main.py
@@ -3,6 +3,7 @@ from common import *
class KP:
@staticmethod
def newMap():
+ from mapdata import KPMap
KP.map = KPMap()
@staticmethod