allow access to individual BroadcastOnChangePtrs within BroadcastOnChangePtr1D

This commit is contained in:
Chris Danford
2005-02-25 18:17:26 +00:00
parent 03e3ba7609
commit 071f02a862
17 changed files with 43 additions and 37 deletions
+1 -1
View File
@@ -445,7 +445,7 @@ void ScreenNetSelectMusic::StartSelectedSong()
{
GAMESTATE->m_PreferredDifficulty[pn] = m_DC[pn];
Steps * pSteps = pSong->GetStepsByDifficulty(st,m_DC[pn]);
GAMESTATE->m_pCurSteps.Set( pn, pSteps );
GAMESTATE->m_pCurSteps[pn].Set( pSteps );
}
TweenOffScreen();