no message

This commit is contained in:
Chris Danford
2002-05-27 08:23:27 +00:00
parent 8549236385
commit b723efdaba
79 changed files with 1728 additions and 1620 deletions
+5 -2
View File
@@ -23,6 +23,7 @@
#include "Background.h"
#include "LifeMeterBar.h"
#include "ScoreDisplayRolling.h"
#include "DifficultyBanner.h"
class ScreenGameplay : public Screen
@@ -49,8 +50,8 @@ private:
float m_fTimeLeftBeforeDancingComment; // this counter is only running while STATE_DANCING
Song* m_pSong;
bool m_bHasFailed;
Song* m_pSong;
bool m_bHasFailed;
Background m_Background;
@@ -73,6 +74,8 @@ private:
Player m_Player[NUM_PLAYERS];
DifficultyBanner m_DifficultyBanner[NUM_PLAYERS];
RandomSample m_soundFail;
RandomSample m_announcerReady;
RandomSample m_announcerHereWeGo;