Cleanup.
This commit is contained in:
@@ -22,16 +22,15 @@ 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;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user