Experiment: no stretch jumps for pump possible.

To the pump players: give this a shot please.
This commit is contained in:
Jason Felds
2011-03-06 19:16:24 -05:00
parent eae575a246
commit 526a76dea4
+3
View File
@@ -2020,6 +2020,9 @@ const ValidRow g_ValidRows[] =
{ StepsType_dance_double, { f,T,T,T,T,f,f,f } },
{ StepsType_dance_double, { f,f,f,T,T,T,T,f } },
{ StepsType_dance_double, { f,f,f,f,T,T,T,T } },
{ StepsType_pump_double, { T,T,T,T,T,f,f,f,f,f } },
{ StepsType_pump_double, { f,f,T,T,T,T,T,T,f,f } },
{ StepsType_pump_double, { f,f,f,f,f,T,T,T,T,T } },
};
#undef T
#undef f