summaryrefslogtreecommitdiff
path: root/src/mapdata.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapdata.py')
-rw-r--r--src/mapdata.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mapdata.py b/src/mapdata.py
index 53331c5..64a8f44 100644
--- a/src/mapdata.py
+++ b/src/mapdata.py
@@ -115,7 +115,8 @@ class KPDoodad(object):
def __init__(self):
self.position = (0,0)
self.angle = 0
- self.scale = (0,0)
+ self.scale = 1.0
+ self.index = 0
class KPDoodadLayer(KPLayer):