Browse Source

allow other parts of the system to force avatar to move forward

Darren Ranalli 21 years ago
parent
commit
25dcb6e3cb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/controls/ControlManager.py

+ 1 - 0
direct/src/controls/ControlManager.py

@@ -35,6 +35,7 @@ class ControlManager:
         inputState.watch("forward", "alt-arrow_up", "arrow_up-up")
         inputState.watch("forward", "control-alt-arrow_up", "arrow_up-up")
         inputState.watch("forward", "shift-arrow_up", "arrow_up-up")
+        inputState.watch("forward", "force-forward", "force-forward-stop")
         
         inputState.watch("reverse", "arrow_down", "arrow_down-up")
         inputState.watch("reverse", "control-arrow_down", "arrow_down-up")