summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorColin Noga <Tempus@Spectrum-Song.local>2011-11-30 19:46:12 -0600
committerColin Noga <Tempus@Spectrum-Song.local>2011-11-30 19:46:12 -0600
commit58bcb08742fae6171e750e4030d80ef61f0101b3 (patch)
treea992576cc97b20abfd9fe8c8f83b35634134164e /src
parent9ee60f4da447ed60a5221aeed366ae7fd6b85e49 (diff)
downloadkoopatlas-58bcb08742fae6171e750e4030d80ef61f0101b3.tar.gz
koopatlas-58bcb08742fae6171e750e4030d80ef61f0101b3.zip
typo
Diffstat (limited to 'src')
-rw-r--r--src/mapdata.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapdata.py b/src/mapdata.py
index 5f92968..b47a1fe 100644
--- a/src/mapdata.py
+++ b/src/mapdata.py
@@ -173,6 +173,7 @@ class KPNode(object):
self.mapChange = None
self.transition = 0
self.mapID = None
+ self.foreignID = None
class KPPath(object):