cleanup
This commit is contained in:
@@ -147,7 +147,6 @@ ScreenEvaluation::ScreenEvaluation( CString sClassName ) : Screen(sClassName)
|
|||||||
ZERO( m_bSavedScreenshot );
|
ZERO( m_bSavedScreenshot );
|
||||||
|
|
||||||
|
|
||||||
m_sName = sClassName;
|
|
||||||
if( !TYPE.CompareNoCase("stage") )
|
if( !TYPE.CompareNoCase("stage") )
|
||||||
m_Type = stage;
|
m_Type = stage;
|
||||||
else if( !TYPE.CompareNoCase("summary") )
|
else if( !TYPE.CompareNoCase("summary") )
|
||||||
|
|||||||
@@ -62,7 +62,6 @@ protected:
|
|||||||
void CommitScores( const StageStats &stageStats, int iPersonalHighScoreIndex[NUM_PLAYERS], int iMachineHighScoreIndex[NUM_PLAYERS], RankingCategory rc[NUM_PLAYERS] );
|
void CommitScores( const StageStats &stageStats, int iPersonalHighScoreIndex[NUM_PLAYERS], int iMachineHighScoreIndex[NUM_PLAYERS], RankingCategory rc[NUM_PLAYERS] );
|
||||||
void EndScreen();
|
void EndScreen();
|
||||||
|
|
||||||
CString m_sName;
|
|
||||||
Type m_Type;
|
Type m_Type;
|
||||||
|
|
||||||
float m_fScreenCreateTime;
|
float m_fScreenCreateTime;
|
||||||
|
|||||||
Reference in New Issue
Block a user