init wasd turn tokens

This commit is contained in:
Joe Shochet 2007-08-06 21:50:33 +00:00
parent 6a03484e9f
commit f574e9f8f9

View File

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