move collisions walks down on crateB model

This commit is contained in:
Samir Naik 2003-11-25 00:45:36 +00:00
parent c70361e30d
commit 54872ff8c0

View File

@ -24,7 +24,7 @@ class ModelEntity(BasicEntities.NodePathEntity):
self.model.reparentTo(self)
# HACK SDN: special code for moving crate wall collisions down
if self.modelPath == "phase_9/models/cogHQ/woodCrateB":
if self.modelPath == "phase_9/models/cogHQ/woodCrateB.bam":
cNode = self.find("**/wall")
if not cNode.isEmpty():
cNode.setZ(-.5)