adjusting turning time when ~run is enabled

This commit is contained in:
Josh Wilson 2007-11-10 01:11:29 +00:00
parent 711e1faaa6
commit 08fd26dbd0

View File

@ -469,6 +469,8 @@ class ShipPilot(PhysicsWalker):
goForward = False
slideDistance = self.__slideSpeed
rotation = self.__rotationSpeed
if debugRunning:
rotation *= 4
# update pos:
# Take a step in the direction of our previous heading.