Remove separation of Pump couples. (Rest coming; this one first

since it wasn't working.)  The couples separation stuff just isn't worth
the code.
This commit is contained in:
Glenn Maynard
2002-09-12 07:50:20 +00:00
parent 7b7fa49bd9
commit 0b264d276d
5 changed files with 28 additions and 63 deletions
+1 -2
View File
@@ -503,8 +503,7 @@ void NoteData::Turn( PlayerOptions::TurnType tt )
break;
case NOTES_TYPE_PUMP_SINGLE:
case NOTES_TYPE_PUMP_DOUBLE:
case NOTES_TYPE_PUMP_COUPLE_1:
case NOTES_TYPE_PUMP_COUPLE_2:
case NOTES_TYPE_PUMP_COUPLE:
iTakeFromTrack[0] = 1;
iTakeFromTrack[1] = 3;
iTakeFromTrack[2] = 2;