"m_pCurNotes" -> "m_pCurSteps"

This commit is contained in:
Chris Danford
2004-05-24 06:12:17 +00:00
parent ba93ee8469
commit b05d25ab24
23 changed files with 80 additions and 80 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ void DifficultyMeter::SetFromGameState( PlayerNumber pn )
}
else
{
Steps* pSteps = GAMESTATE->m_pCurNotes[pn];
Steps* pSteps = GAMESTATE->m_pCurSteps[pn];
if( pSteps )
SetFromNotes( pSteps );
else