whitespace, commenting...

This commit is contained in:
AJ Kelly
2011-02-25 04:14:34 -06:00
parent 63352110ea
commit 4eb8117ee7
3 changed files with 28 additions and 36 deletions
-2
View File
@@ -1210,13 +1210,11 @@ void ScreenGameplay::LoadNextSong()
if( m_pCombinedLifeMeter )
m_pCombinedLifeMeter->OnLoadSong();
if( m_pSongForeground )
m_pSongForeground->LoadFromSong( GAMESTATE->m_pCurSong );
m_fTimeSinceLastDancingComment = 0;
/* m_soundMusic and m_pSongBackground take a very long time to load,
* so cap fDelta at 0 so m_NextSong will show up on screen.
* -Chris */