"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
@@ -96,7 +96,7 @@ bool ScreenJukebox::SetSong( bool bDemonstration )
// Found something we can use!
GAMESTATE->m_pCurSong = pSong;
FOREACH_PlayerNumber( p )
GAMESTATE->m_pCurNotes[p] = pSteps;
GAMESTATE->m_pCurSteps[p] = pSteps;
return true; // done looking
}