Some Ez2 Theme Changes

This commit is contained in:
Andrew Livy
2002-09-04 20:09:56 +00:00
parent c998bb33ab
commit 1a1abeaf3d
7 changed files with 43 additions and 20 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ void Background::LoadFromSong( Song* pSong )
for( int i=arrayPossibleMovies.GetSize()-1; i>=0; i-- )
if( -1!=arrayPossibleMovies[i].Find("anger") )
arrayPossibleMovies.RemoveAt(i);
for( int i=0; i<4 && arrayPossibleMovies.GetSize()>0; i++ )
for( i=0; i<4 && arrayPossibleMovies.GetSize()>0; i++ )
{
int index = rand() % arrayPossibleMovies.GetSize();
pTempBGA = new BackgroundAnimation;