typo in slide?

This commit is contained in:
Joe Shochet 2004-09-03 16:55:37 +00:00
parent 94bdad116e
commit c3daa49c1a

View File

@ -440,7 +440,7 @@ class GravityWalker(DirectObject.DirectObject):
reverse = inputState.isSet("reverse")
turnLeft = inputState.isSet("turnLeft")
turnRight = inputState.isSet("turnRight")
#slide = 0 #hack -- was: inputState.isSet("slide")
slide = 0 #hack -- was: inputState.isSet("slide")
jump = inputState.isSet("jump")
# Determine what the speeds are based on the buttons:
self.speed=(forward and self.avatarControlForwardSpeed or