This commit is contained in:
Steve Checkoway
2006-07-16 18:34:56 +00:00
parent 7135d1fea9
commit 7be6e20fe3
+4 -5
View File
@@ -22,13 +22,12 @@ public:
protected: protected:
virtual void Step(); virtual void Step();
LifeMeterBar* m_pLifeMeterBar; LifeMeterBar *m_pLifeMeterBar;
Player* m_pPlayer; Player *m_pPlayer;
Model* m_pmCharacter; Model *m_pmCharacter;
Model* m_pmDancePad; Model *m_pmDancePad;
int m_iW2s; int m_iW2s;
int m_iNumW2s; int m_iNumW2s;
Song m_Song; Song m_Song;
NoteData m_NoteData; NoteData m_NoteData;
float m_fFakeSecondsIntoSong; float m_fFakeSecondsIntoSong;