*** empty log message ***
This commit is contained in:
parent
f7bd059eaa
commit
4dbaaaba47
|
|
@ -121,7 +121,7 @@ class ControlManager:
|
|||
# print "Controls are already", name
|
||||
else:
|
||||
print "Unkown controls:", name
|
||||
|
||||
|
||||
def setSpeeds(self, forwardSpeed, jumpForce,
|
||||
reverseSpeed, rotateSpeed):
|
||||
assert self.notify.debugCall(id(self))
|
||||
|
|
|
|||
|
|
@ -810,7 +810,6 @@ class ShipPilot(PhysicsWalker.PhysicsWalker):
|
|||
self.ignore("control-f3") #*#
|
||||
self.ignore("f3")
|
||||
|
||||
|
||||
if __debug__:
|
||||
def setupAvatarPhysicsIndicator(self):
|
||||
if self.wantDebugIndicator:
|
||||
|
|
|
|||
Loading…
Reference in New Issue