one stage graphic

This commit is contained in:
Glenn Maynard
2005-09-08 20:33:28 +00:00
parent 0dcd4fa7eb
commit 61726858bb
2 changed files with 7 additions and 53 deletions
+1 -5
View File
@@ -38,17 +38,13 @@ public:
virtual void PushSelf( lua_State *L );
protected:
virtual void HandleMessage( const CString& sMessage );
virtual void StartPlayingMusic();
virtual void LoadHelpText();
void UpdateStage();
AutoActor m_sprUnderlay;
AutoActor m_autoHeader;
Sprite m_sprStyleIcon;
AutoActor m_sprStage[NUM_STAGES];
AutoActor m_sprStage;
MemoryCardDisplay *m_MemoryCardDisplay[NUM_PLAYERS];
MenuTimer *m_MenuTimer;
AutoActor m_autoFooter;