*** empty log message ***

This commit is contained in:
Dave Schuyler 2003-12-09 04:33:26 +00:00
parent b4041cd018
commit d5af5d35c3
2 changed files with 3 additions and 1 deletions

View File

@ -84,7 +84,9 @@ class ControlManager:
def useWalkControls(self):
assert(self.debugPrint("useWalkControls()"))
self.currentControls.disableAvatarControls()
self.currentControls.collisionsOff()
self.currentControls = self.walkControls
self.currentControls.collisionsOn()
if self.isEnabled:
self.currentControls.enableAvatarControls()

View File

@ -291,7 +291,7 @@ class GravityWalker(DirectObject.DirectObject):
self.rotationSpeed = 0
jump = 0
if 1:
if 0:
onScreenDebug.add("airborneHeight", self.lifter.getAirborneHeight()) #*#
onScreenDebug.add("falling", self.falling) #*#
onScreenDebug.add("isOnGround", self.lifter.isOnGround()) #*#