diff tools/area_editor.py @ 277:56e42c00da25

Protagonist and enemies should see the world
author Neil Muller <drnlmuller@gmail.com>
date Thu, 05 Sep 2013 13:15:31 +0200
parents 2abb61878bb1
children 7bb6296024c4
line wrap: on
line diff
--- a/tools/area_editor.py	Thu Sep 05 13:09:14 2013 +0200
+++ b/tools/area_editor.py	Thu Sep 05 13:15:31 2013 +0200
@@ -52,7 +52,7 @@
 class EditorLevel(Level):
 
     def __init__(self, name, x=800, y=600):
-        super(EditorLevel, self).__init__(name)
+        super(EditorLevel, self).__init__(name, None)
         self.x = x
         self.y = y
         # Lookup initiliasition info from the objects