Darren Ranalli 22 jaren geleden
bovenliggende
commit
bc99818e0e
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      direct/src/level/LevelSpec.py

+ 1 - 1
direct/src/level/LevelSpec.py

@@ -115,7 +115,7 @@ class LevelSpec:
         if not spec.has_key('parentEntId'):
         if not spec.has_key('parentEntId'):
             return LevelConstants.UberZoneEntId
             return LevelConstants.UberZoneEntId
         # keep looking up the heirarchy for a zone entity
         # keep looking up the heirarchy for a zone entity
-        return self.getEntityZoneId(spec['parentEntId'])
+        return self.getEntityZoneEntId(spec['parentEntId'])
 
 
     def getEntityZoneNum(self, entId):
     def getEntityZoneNum(self, entId):
         """ return the model zoneNum of zone that contains the entity """
         """ return the model zoneNum of zone that contains the entity """