From 526a76dea42276681ca39c6e7c121920de3de1af Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sun, 6 Mar 2011 19:16:24 -0500 Subject: [PATCH] Experiment: no stretch jumps for pump possible. To the pump players: give this a shot please. --- src/NoteDataUtil.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/NoteDataUtil.cpp b/src/NoteDataUtil.cpp index c4a9165b66..aa2a9df622 100644 --- a/src/NoteDataUtil.cpp +++ b/src/NoteDataUtil.cpp @@ -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