remove ScoreFrame

This commit is contained in:
Glenn Maynard
2007-02-25 22:50:57 +00:00
parent 7f58f21af1
commit 0c521da005
2 changed files with 0 additions and 10 deletions
-9
View File
@@ -501,15 +501,6 @@ void ScreenGameplay::Init()
LOAD_ALL_COMMANDS_AND_SET_XY( m_sprLifeFrame );
this->AddChild( m_sprLifeFrame );
//
// Add score frame
//
m_sprScoreFrame.Load( THEME->GetPathG(m_sName,bBattery?"oni score frame":"score frame") );
m_sprScoreFrame.SetName( "ScoreFrame" );
LOAD_ALL_COMMANDS_AND_SET_XY( m_sprScoreFrame );
this->AddChild( &m_sprScoreFrame );
//
// Add combined life meter
//
-1
View File
@@ -195,7 +195,6 @@ protected:
CombinedLifeMeter* m_pCombinedLifeMeter;
Sprite m_sprCourseSongNumber;
Sprite m_sprScoreFrame;
BitmapText m_textSongOptions;
BitmapText m_Scoreboard[NUM_NSScoreBoardColumn]; // for NSMAN, so we can have a scoreboard