diff --git a/direct/src/controls/ShipPilot2.py b/direct/src/controls/ShipPilot2.py index bb48628daa..6bef3274c2 100755 --- a/direct/src/controls/ShipPilot2.py +++ b/direct/src/controls/ShipPilot2.py @@ -647,6 +647,11 @@ class ShipPilot2(PhysicsWalker): self.__slideSpeed*=4.0 self.__rotationSpeed*=1.25 maxSpeed = self.ship.maxSpeed * 4.0 + + self.__speed*=4.0 + self.__slideSpeed*=4.0 + self.__rotationSpeed*=1.25 + maxSpeed = self.ship.maxSpeed * 4.0 #*# self.currentTurning += self.__rotationSpeed