mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
try making ~run work on LIVE
This commit is contained in:
parent
abdb0b142d
commit
ce3e662283
@ -399,7 +399,6 @@ class ShipPilot(PhysicsWalker):
|
|||||||
|
|
||||||
# Enable debug turbo mode
|
# Enable debug turbo mode
|
||||||
maxSpeed = self.ship.maxSpeed
|
maxSpeed = self.ship.maxSpeed
|
||||||
if __debug__:
|
|
||||||
debugRunning = inputState.isSet("debugRunning")
|
debugRunning = inputState.isSet("debugRunning")
|
||||||
if debugRunning or base.localAvatar.getTurbo():
|
if debugRunning or base.localAvatar.getTurbo():
|
||||||
self.__speed*=4.0
|
self.__speed*=4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user