let create_movement_commands access a debug parameter

original-commit-id: b41da5fe1c6a5cfd6c01bdfd89b263c454e048a8
This commit is contained in:
Bryan Bishop
2012-05-12 14:15:42 -05:00
parent bde9d3f21e
commit 933ecf3823

View File

@@ -2019,7 +2019,7 @@ movement_command_bases = {
}
# create MovementCommands from movement_command_bases
def create_movement_commands():
def create_movement_commands(debug=False):
""" Creates MovementCommands from movement_command_bases.
This is just a cheap trick instead of manually defining
all of those classes.