From bc99818e0e7f9899263896caba844dcd83cac3de Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Thu, 6 Nov 2003 04:26:12 +0000 Subject: [PATCH] typo --- direct/src/level/LevelSpec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/level/LevelSpec.py b/direct/src/level/LevelSpec.py index 3260e45153..e74db10c66 100755 --- a/direct/src/level/LevelSpec.py +++ b/direct/src/level/LevelSpec.py @@ -115,7 +115,7 @@ class LevelSpec: if not spec.has_key('parentEntId'): return LevelConstants.UberZoneEntId # keep looking up the heirarchy for a zone entity - return self.getEntityZoneId(spec['parentEntId']) + return self.getEntityZoneEntId(spec['parentEntId']) def getEntityZoneNum(self, entId): """ return the model zoneNum of zone that contains the entity """