Explorar el Código

Having a default state for mapping might be nice.

Rob Austein hace 7 años
padre
commit
ad131ab1ea
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      zc

+ 1 - 0
zc

@@ -172,6 +172,7 @@ class ZoneGen(object):
         self.origin     = None
         self.cur_origin = None
         self.map        = OrderedDict()
+        self.map_enable = False
         self.reverse    = []
         logger.info("Compiling zone %s", filename)
         try: