[sm130score] SetCurMaxScore via lua.

This commit is contained in:
Jason Felds
2011-04-10 02:55:16 -04:00
parent 9af85b48b1
commit 7e2f7371a9
2 changed files with 29 additions and 5 deletions
-1
View File
@@ -293,7 +293,6 @@ void ScoreKeeperNormal::AddTapScore( TapNoteScore tns )
void ScoreKeeperNormal::AddHoldScore( HoldNoteScore hns )
{
// custom scoring: set PSS:m_iCurMaxScore
if( PREFSMAN->m_ScoringType != SCORING_CUSTOM )
{
if( hns == HNS_Held )