summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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):