no message

This commit is contained in:
Chris Danford
2002-06-25 18:44:54 +00:00
parent 07410e1c5a
commit eaa6be3a71
6 changed files with 9 additions and 15 deletions
+1 -4
View File
@@ -35,10 +35,7 @@ Background::Background()
m_sprDangerBackground.StretchTo( CRect((int)SCREEN_LEFT, (int)SCREEN_TOP, (int)SCREEN_RIGHT, (int)SCREEN_BOTTOM) );
// Load background animations
for( int i=0; i<NUM_BACKGROUND_ANIMATION_TYPES; i++ )
{
m_BackgroundAnimations.Add( new BackgroundAnimation( (BackgroundAnimationType)i ) );
}
m_BackgroundAnimations.Add( new BackgroundAnimation(NULL) );
m_pCurBackgroundAnimation = NULL;
}