SetCurrentStyle()

This commit is contained in:
Glenn Maynard
2006-09-30 22:25:16 +00:00
parent d84d69edbc
commit 95c768b6e5
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ ScreenNameEntryTraditional::ScreenNameEntryTraditional()
GAMESTATE->m_bSideIsJoined[PLAYER_2] = true;
GAMESTATE->m_MasterPlayerNumber = PLAYER_1;
GAMESTATE->m_PlayMode.Set( PLAY_MODE_REGULAR );
GAMESTATE->m_pCurStyle.Set( GAMEMAN->GameAndStringToStyle( GAMEMAN->GetDefaultGame(),"versus") );
GAMESTATE->SetCurrentStyle( GAMEMAN->GameAndStringToStyle( GAMEMAN->GetDefaultGame(),"versus") );
StageStats ss;
for( int z = 0; z < 3; ++z )
{