Use PlayerPlus (a Player plus a NoteData, this gives the old behavior of Player, i.e. calling Load( nd )).

This commit is contained in:
Steve Checkoway
2006-07-17 00:56:23 +00:00
parent d46ec7136e
commit 8502fc3083
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ public:
protected:
virtual void Step();
LifeMeterBar *m_pLifeMeterBar;
Player *m_pPlayer;
PlayerPlus *m_pPlayer;
Model *m_pmCharacter;
Model *m_pmDancePad;
int m_iW2s;