mumble, fix OK scoring

This commit is contained in:
Glenn Maynard
2003-06-19 19:56:49 +00:00
parent 31e3025c1f
commit c0b41e3c4f
+1 -1
View File
@@ -465,7 +465,7 @@ int ScoreKeeperMAX2::HoldNoteScoreToDancePoints( HoldNoteScore hns )
case PLAY_MODE_ONI:
switch( hns )
{
case HNS_OK: return +3;
case HNS_OK: return PREFSMAN->m_bMarvelousTiming? +3:+2;
case HNS_NG: return +0;
}
break;