add IsStepsPlayable, make IsStepsTypePlayable take the number of stages left into account

This commit is contained in:
Chris Danford
2007-03-12 01:47:03 +00:00
parent 544c445b49
commit 32586f28e1
7 changed files with 41 additions and 27 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ void ScoreKeeperNormal::OnNextSong( int iSongInCourseIndex, const Steps* pSteps,
const int iMeter = clamp( pSteps->GetMeter(), 1, 10 );
// long ver and marathon ver songs have higher max possible scores
int iLengthMultiplier = GameState::GetNumStagesForSong( GAMESTATE->m_pCurSong );
int iLengthMultiplier = GameState::GetNumStagesMultiplierForSong( GAMESTATE->m_pCurSong );
switch( PREFSMAN->m_ScoringType )
{
case SCORING_NEW: