Cleanup; start aligning this with BeginnerHelper so we can merge some

duplicate code.
This commit is contained in:
Glenn Maynard
2003-09-12 00:30:18 +00:00
parent f49b417b49
commit 0a17f01401
2 changed files with 6 additions and 12 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ public:
virtual void DrawPrimitives();
protected:
virtual void Step( float fDelta );
virtual void Step();
LifeMeterBar* m_pLifeMeterBar;
BGAnimation m_Overlay;
Player* m_pPlayer;