Add the Pop'n #PLAYER 3 cases to BmsLoader too.

This commit is contained in:
Thai Pangsakulyanont
2011-03-20 09:25:45 +07:00
parent fb56c8762d
commit 255b3444aa
+2
View File
@@ -179,6 +179,8 @@ static StepsType DetermineStepsType( int iPlayer, const NoteData &nd, const RStr
case 8: return StepsType_beat_single7;
case 12: return StepsType_beat_double5;
case 16: return StepsType_beat_double7;
case 5: return StepsType_popn_five;
case 9: return StepsType_popn_nine;
default: return StepsType_Invalid;
}
default: