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