removed slide again

This commit is contained in:
Dave Schuyler 2004-09-03 00:23:23 +00:00
parent 79de5d6173
commit 17701818ff

View File

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