ScreenHowToPlay.. minor fixes. Animation probs, but will fix later tonight. Textures are correctly displayed now, tho

This commit is contained in:
Kevin Slaughter
2003-08-20 09:57:19 +00:00
parent 8a674e0836
commit e8a977310a
2 changed files with 31 additions and 10 deletions
+2 -4
View File
@@ -24,19 +24,17 @@ public:
virtual void Update( float fDelta );
virtual void HandleScreenMessage( const ScreenMessage SM );
virtual void DrawPrimitives();
protected:
LifeMeterBar m_LifeMeter;
Player m_Player;
Model m_mCharacter;
Model m_mDancePad;
Song* m_pSong;
float m_fFakeSecondsIntoSong;
float m_fSecondsUntilNextKeyFrame;
/*#define NUM_KEY_FRAMES 10
float m_fKeyFrames[NUM_KEY_FRAMES];
float m_fCurKeyFrame;*/
};