This commit is contained in:
Glenn Maynard
2004-02-15 00:48:24 +00:00
parent ebc0065e32
commit aee93d1abc
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -563,12 +563,10 @@ ScreenGameplay::ScreenGameplay( CString sName, bool bDemonstration ) : Screen("S
}
m_sprStageFrame.SetName( "StageFrame" );
m_sprStageFrame.Load( THEME->GetPathToG("ScreenGameplay stage frame") );
m_sprStageFrame->SetName( "StageFrame" );
SET_XY( m_sprStageFrame );
/* Show in course mode and regular play, but not demo. (This will go away eventually.) */
if( !bDemonstration )
this->AddChild( &m_sprStageFrame );
this->AddChild( m_sprStageFrame );
//
// Player/Song options
+1 -1
View File
@@ -115,7 +115,7 @@ protected:
CombinedLifeMeter* m_pCombinedLifeMeter;
Sprite m_sprStage;
Sprite m_sprCourseSongNumber;
Sprite m_sprStageFrame;
AutoActor m_sprStageFrame;
BitmapText m_textCourseSongNumber[NUM_PLAYERS];
BitmapText m_textPlayerName[NUM_PLAYERS];
BitmapText m_textStepsDescription[NUM_PLAYERS];