diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-12 14:15:42 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-12 14:15:42 -0500 |
commit | b41da5fe1c6a5cfd6c01bdfd89b263c454e048a8 (patch) | |
tree | 5ea9ff76130cb0b8cb7923b1fa467e3386903f80 | |
parent | 1a8257995677828041f6150d63d70377e73236fe (diff) |
let create_movement_commands access a debug parameter
-rw-r--r-- | extras/crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/crystal.py b/extras/crystal.py index 3bf84e415..7feb89d26 100644 --- a/extras/crystal.py +++ b/extras/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. |