Browse Source

init wasd turn tokens

Joe Shochet 18 years ago
parent
commit
f574e9f8f9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/controls/ControlManager.py

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

@@ -24,6 +24,7 @@ class ControlManager:
     def __init__(self, enable=True):
     def __init__(self, enable=True):
         assert self.notify.debugCall(id(self))
         assert self.notify.debugCall(id(self))
         self.inputStateTokens = []
         self.inputStateTokens = []
+        self.WASDTurnTokens = []
         self.controls = {}
         self.controls = {}
         self.currentControls = None
         self.currentControls = None
         self.currentControlsName = None
         self.currentControlsName = None