summaryrefslogtreecommitdiff
path: root/src/mapdata.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapdata.py')
-rw-r--r--src/mapdata.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mapdata.py b/src/mapdata.py
index 131c669..5fbadb7 100644
--- a/src/mapdata.py
+++ b/src/mapdata.py
@@ -187,6 +187,10 @@ class KPPath(object):
else:
self.animation = cloneFrom.animation
+ self.movementSpeed = 1.0
+ self.linkedLayer = None
+
+
def setStart(self, newStart):
currentStart = self._startNodeRef()
if currentStart is not None: