added support for danger animation through BGAnimations or Movie

This commit is contained in:
Chris Danford
2002-09-04 08:09:57 +00:00
parent 1c90b8236f
commit c998bb33ab
4 changed files with 41 additions and 26 deletions
+2 -4
View File
@@ -53,11 +53,9 @@ protected:
bool DangerVisible();
enum BackgroundMode { MODE_STATIC_BG, MODE_MOVIE_BG, MODE_ANIMATIONS, MODE_MOVIE_VIS, MODE_RANDOMMOVIES };
BackgroundMode m_BackgroundMode;
BackgroundMode m_BackgroundMode;
Sprite m_sprDanger;
Sprite m_sprDangerBackground;
BackgroundAnimation m_BGADanger;
// used in all BackgroundModes except OFF
CArray<BackgroundAnimation*,BackgroundAnimation*> m_BackgroundAnimations;