diff --git a/stepmania/src/ScreenEvaluation.cpp b/stepmania/src/ScreenEvaluation.cpp index 270c516ffd..f7a87aa657 100644 --- a/stepmania/src/ScreenEvaluation.cpp +++ b/stepmania/src/ScreenEvaluation.cpp @@ -87,6 +87,7 @@ const ScreenMessage SM_PlayCheer = ScreenMessage(SM_User+6); ScreenEvaluation::ScreenEvaluation( CString sClassName, Type type ) { + /* // // debugging // @@ -101,7 +102,7 @@ ScreenEvaluation::ScreenEvaluation( CString sClassName, Type type ) GAMESTATE->m_PlayerOptions[PLAYER_1].m_fScrollSpeed = 2; GAMESTATE->m_PlayerOptions[PLAYER_2].m_fScrollSpeed = 2; // GAMESTATE->m_iCurrentStageIndex = 2; - +*/ LOG->Trace( "ScreenEvaluation::ScreenEvaluation()" );