summaryrefslogtreecommitdiff
path: root/crystal.py
diff options
context:
space:
mode:
Diffstat (limited to 'crystal.py')
-rw-r--r--crystal.py2
1 files changed, 1 insertions, 1 deletions
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.