3.0 beta1 release candidate

This commit is contained in:
Chris Danford
2002-07-03 21:27:26 +00:00
parent c6f4421f32
commit 9b546bb721
28 changed files with 473 additions and 464 deletions
+8 -7
View File
@@ -61,13 +61,14 @@ bool Background::LoadFromSong( Song* pSong, bool bDisableVisualizations )
//
// load song background
//
CString sBackgroundMoviePath;
if( pSong->HasBackgroundMovie() )
{
m_sprSongBackground.Load( pSong->GetBackgroundMoviePath() );
m_sprSongBackground.SetZoomY( -1 ); // flip
}
else if( pSong->HasBackground() )
// CString sBackgroundMoviePath;
// if( pSong->HasBackgroundMovie() )
// {
// m_sprSongBackground.Load( pSong->GetBackgroundMoviePath() );
// m_sprSongBackground.SetZoomY( -1 ); // flip
// }
// else
if( pSong->HasBackground() )
{
m_sprSongBackground.Load( pSong->GetBackgroundPath(), false, 2, 0, true );
}