add TestInitialScreen, remove ScreenTestMode. It's more convenient to enable/disable testing with one Prefrence than having to change 1 Preference + 1 metric

This commit is contained in:
Chris Danford
2008-08-16 10:42:50 +00:00
parent 10955b39cd
commit a4c8c66d10
14 changed files with 20 additions and 26 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ void ScreenEvaluation::Init()
// debugging
//
if( PREFSMAN->m_bScreenTestMode && CommonMetrics::INITIAL_SCREEN == m_sName ) // Only fill StageStats with fake info if we're the InitialScreen (i.e. StageStats not already filled)
if( PREFSMAN->m_sTestInitialScreen.Get() == m_sName ) // Only fill StageStats with fake info if we're the InitialScreen (i.e. StageStats not already filled)
{
PROFILEMAN->LoadFirstAvailableProfile(PLAYER_1);
PROFILEMAN->LoadFirstAvailableProfile(PLAYER_2);