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:
@@ -24,7 +24,7 @@
|
||||
REGISTER_SCREEN_CLASS( ScreenEnding );
|
||||
ScreenEnding::ScreenEnding()
|
||||
{
|
||||
if( PREFSMAN->m_bScreenTestMode )
|
||||
if( PREFSMAN->m_sTestInitialScreen.Get() != "" )
|
||||
{
|
||||
PROFILEMAN->LoadFirstAvailableProfile(PLAYER_1);
|
||||
PROFILEMAN->LoadFirstAvailableProfile(PLAYER_2);
|
||||
|
||||
Reference in New Issue
Block a user