diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-04-27 17:28:49 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-04-27 17:29:29 -0500 |
commit | 0e47273378b1f7f010e4d3e6dbab2a14dcc781ce (patch) | |
tree | 75e02dcd4019a53a41a22934fe2b50c931c2ab12 /preprocessor.py | |
parent | a238e4bd55f7934a0201a2a523c739be70820760 (diff) | |
parent | 6f6988e3d116b3d663235736ba9d9300cd3d4777 (diff) |
Merge yenatch/master.
Diffstat (limited to 'preprocessor.py')
-rw-r--r-- | preprocessor.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/preprocessor.py b/preprocessor.py index a2c0000e9..10447295f 100644 --- a/preprocessor.py +++ b/preprocessor.py @@ -18,6 +18,7 @@ from extras.crystal import ( text_command_classes, movement_command_classes, music_classes, + effect_classes, ) even_more_macros = [ @@ -34,6 +35,7 @@ macros += even_more_macros macros += [each[1] for each in text_command_classes] macros += movement_command_classes macros += music_classes +macros += effect_classes # show lines before preprocessing in stdout show_original_lines = False |