Browse Source

storing location

Dave Schuyler 20 years ago
parent
commit
6898ab199f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/distributed/DistributedObjectAI.py

+ 1 - 1
direct/src/distributed/DistributedObjectAI.py

@@ -166,7 +166,7 @@ class DistributedObjectAI(DirectObject.DirectObject):
                         lastLogicalZone = self.lastNonQuietZone
                         lastLogicalZone = self.lastNonQuietZone
                     self.handleLogicalZoneChange(zoneId, lastLogicalZone)
                     self.handleLogicalZoneChange(zoneId, lastLogicalZone)
                     self.lastNonQuietZone = zoneId
                     self.lastNonQuietZone = zoneId
-                #self.air.storeObjectLocation(self.doId, parentId, zoneId)
+                self.air.storeObjectLocation(self.doId, parentId, zoneId)
                 self.__location = (parentId, zoneId)
                 self.__location = (parentId, zoneId)
 
 
         # Set the initial values of parentId,zoneId
         # Set the initial values of parentId,zoneId