From 933ecf38231d2f540303c306010f7beb34f4049e Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 12 May 2012 14:15:42 -0500 Subject: let create_movement_commands access a debug parameter original-commit-id: b41da5fe1c6a5cfd6c01bdfd89b263c454e048a8 --- crystal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crystal.py b/crystal.py index 3bf84e4..7feb89d 100644 --- a/crystal.py +++ b/crystal.py @@ -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. -- cgit v1.2.3