summaryrefslogtreecommitdiff
path: root/src/mapdata.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapdata.py')
-rw-r--r--src/mapdata.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapdata.py b/src/mapdata.py
index b0d3f0f..0025550 100644
--- a/src/mapdata.py
+++ b/src/mapdata.py
@@ -268,6 +268,8 @@ class KPDoodad(object):
def _dump(self, mapObj, dest):
dest['sourceRef'] = mapObj.refDoodad(self.source)
+ print self.animations
+ print mapObj, dest
def _load(self, mapObj, src):
self.source = mapObj.derefDoodad(src['sourceRef'])