This commit is contained in:
Glenn Maynard
2004-02-18 02:26:26 +00:00
parent 5a979285b9
commit 64c0d4664c
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -147,7 +147,6 @@ ScreenEvaluation::ScreenEvaluation( CString sClassName ) : Screen(sClassName)
ZERO( m_bSavedScreenshot );
m_sName = sClassName;
if( !TYPE.CompareNoCase("stage") )
m_Type = stage;
else if( !TYPE.CompareNoCase("summary") )
-1
View File
@@ -62,7 +62,6 @@ protected:
void CommitScores( const StageStats &stageStats, int iPersonalHighScoreIndex[NUM_PLAYERS], int iMachineHighScoreIndex[NUM_PLAYERS], RankingCategory rc[NUM_PLAYERS] );
void EndScreen();
CString m_sName;
Type m_Type;
float m_fScreenCreateTime;