diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-12 00:59:15 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-12 00:59:15 -0500 |
commit | 3d40673c9c0d9510b27618f220d6017e7dd51e4f (patch) | |
tree | 74f72013bf87981663074b2e62d028b5eb1b5348 | |
parent | 4fc77cd823307fb351386c9720a91cfd4c1fa6e5 (diff) |
apply_movement_command classes doesn't exist
original-commit-id: 3f5955b453e479f3594c04105092337bd191f84a
-rw-r--r-- | crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |