no message

This commit is contained in:
Chris Danford
2002-06-30 23:19:33 +00:00
parent a44b557d1b
commit f8118fea49
17 changed files with 370 additions and 551 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ void Background::Update( float fDeltaTime )
switch( PREFSMAN->m_visMode )
{
case VIS_MODE_ANIMATION:
if( m_pCurBackgroundAnimation )
if( m_pCurBackgroundAnimation && !m_bFreeze )
m_pCurBackgroundAnimation->Update( fDeltaTime, m_fSongBeat );
else
m_sprSongBackground.Update( fDeltaTime );