replace uses of TransitionFade with TransitionBGAnimation

This commit is contained in:
Chris Danford
2003-04-12 18:34:05 +00:00
parent f982d75691
commit 5e0f9956f2
20 changed files with 81 additions and 142 deletions
+4 -2
View File
@@ -12,7 +12,7 @@
#include "Screen.h"
#include "BitmapText.h"
#include "TransitionFade.h"
#include "TransitionBGAnimation.h"
#include "Quad.h"
#include "RandomSample.h"
@@ -92,14 +92,16 @@ protected:
void AfterLineChanged();
void AfterAnswerChanged();
BGAnimation m_Background;
Menu m_Def;
TransitionFade m_Fade;
BitmapText m_textTitle;
BitmapText m_textLabel[MAX_MENU_ROWS];
BitmapText m_textAnswer[MAX_MENU_ROWS];
int m_iCurLine;
int m_iCurAnswers[MAX_MENU_ROWS];
ScreenMessage m_SMSendOnOK, m_SMSendOnCancel;
TransitionBGAnimation m_In;
TransitionBGAnimation m_Out;
public:
static int s_iLastLine;