fix CoinMode toggling on ScreenTitleMenu

This commit is contained in:
Chris Danford
2005-01-05 04:35:15 +00:00
parent 910f9d75ba
commit cfd7f6300f
12 changed files with 14 additions and 19 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ void ScreenReloadSongs::Update( float fDeltaTime )
SONGMAN->Reload( m_LoadingWindow );
UNLOCKMAN->UpdateSongs();
SCREENMAN->SetNewScreen( "ScreenTitleMenu" );
SCREENMAN->SetNewScreen( "ScreenTitleBranch" );
}
/*