comment reformat

This commit is contained in:
Darren Ranalli 2003-11-09 01:53:45 +00:00
parent c268773ab4
commit cf75c1eedc

View File

@ -48,8 +48,7 @@ class VisibilityExtender(Entity.Entity):
if __debug__: if __debug__:
def setNewZones(self, newZones): def setNewZones(self, newZones):
# we need to call destroyVisExt before accepting the new # we need to call destroyVisExt before accepting the new zone set
# zone set
self.destroyVisExt() self.destroyVisExt()
self.newZones = newZones self.newZones = newZones
self.initVisExt() self.initVisExt()