From 3d40673c9c0d9510b27618f220d6017e7dd51e4f Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 12 May 2012 00:59:15 -0500 Subject: apply_movement_command classes doesn't exist original-commit-id: 3f5955b453e479f3594c04105092337bd191f84a --- crystal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crystal.py b/crystal.py index e3f4471..2801988 100644 --- a/crystal.py +++ b/crystal.py @@ -2017,7 +2017,7 @@ class ApplyMovementData: # this is almost an exact copy of Script.parse # with the exception of using text_command_classes instead of command_classes def parse(self): - global apply_movement_command_classes, script_parse_table + global movement_command_classes, script_parse_table address = self.address # i feel like checking myself -- cgit v1.2.3