Various bug fixes. See changelog.

This commit is contained in:
Chris Danford
2002-07-23 01:41:40 +00:00
parent 83d773d239
commit 317c352a9b
129 changed files with 3744 additions and 1949 deletions
+2 -1
View File
@@ -21,6 +21,7 @@
#include "TransitionFadeWipe.h"
#include "TransitionKeepAlive.h"
#include "TransitionInvisible.h"
#include "TipDisplay.h"
const float MENU_ELEMENTS_TWEEN_TIME = 0.30f;
@@ -69,7 +70,7 @@ protected:
// stuff in the main frame
Sprite m_sprBG;
BitmapText m_textHelp;
TipDisplay m_textHelp;
BitmapText m_textCreditInfo[NUM_PLAYERS];
TransitionFadeWipe m_Wipe;