Translate from Stepmania's note score to SMO's note score(step type).

This commit is contained in:
Josh Allen
2007-08-19 20:41:21 +00:00
parent f8be4f8426
commit 7d98b7ed16
3 changed files with 49 additions and 2 deletions
+1 -1
View File
@@ -589,7 +589,7 @@ void ScoreKeeperNormal::HandleHoldScore( const TapNote &tn )
PlayerNumber pn = m_pPlayerState->m_PlayerNumber;
NSMAN->ReportScore(
pn,
holdScore+TNS_W1,
holdScore+TapNoteScore_Invalid,
m_pPlayerStageStats->m_iScore,
m_pPlayerStageStats->m_iCurCombo,
tn.result.fTapNoteOffset );