Allow defining a range for an Attack. UNSTABLE!

I seem to randomly get crashes from this.
I have not been able to identify the cause.
This commit is contained in:
Jason Felds
2011-07-07 21:41:08 -04:00
parent 4e20a90fb3
commit d4fe84d8ce
3 changed files with 27 additions and 0 deletions
+1
View File
@@ -409,6 +409,7 @@ public:
convert_to_delay, /**< Convert the range into a DelaySegment. */
convert_to_warp, /**< Convert the range into a WarpSegment. */
convert_to_fake, /**< Convert the range into a FakeSegment. */
convert_to_attack, /**< Convert the range into an Attack. */
routine_invert_notes, /**< Switch which player hits the note. */
routine_mirror_1_to_2, /**< Mirror Player 1's notes for Player 2. */
routine_mirror_2_to_1, /**< Mirror Player 2's notes for Player 1. */