[ScreenNetSelectMusic] StepsDisplay changed to load from StepsDisplayNet.

[RoomWheel] Added OverPart (just like in MusicWheel).
This commit is contained in:
AJ Kelly
2010-12-26 11:36:46 -06:00
parent 6fc4b62b50
commit f68607d7a1
7 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ void ScreenNetSelectMusic::Init()
m_DC[p] = GAMESTATE->m_PreferredDifficulty[p];
m_StepsDisplays[p].SetName( ssprintf("StepsDisplayP%d",p+1) );
m_StepsDisplays[p].Load( "StepsDisplay", NULL );
m_StepsDisplays[p].Load( "StepsDisplayNet", NULL );
LOAD_ALL_COMMANDS_AND_SET_XY_AND_ON_COMMAND( m_StepsDisplays[p] );
this->AddChild( &m_StepsDisplays[p] );
}