Disable ScreenSelectDifficultyEX; it was superseded by ScreenSelectMaster.

I don't think anything uses it (not sure if it still works); I'll wait a few snapshots
before removing it, though.
This commit is contained in:
Glenn Maynard
2004-05-23 23:08:25 +00:00
parent e0ceb30f93
commit ea2c3d6260
+2 -2
View File
@@ -267,7 +267,7 @@ void Screen::ClearMessageQueue( const ScreenMessage SM )
#include "ScreenPlayerOptions.h"
#include "ScreenSandbox.h"
#include "ScreenSelectDifficulty.h"
#include "ScreenSelectDifficultyEX.h"
// #include "ScreenSelectDifficultyEX.h"
#include "ScreenSelectGroup.h"
#include "ScreenSelectMusic.h"
#include "ScreenSelectStyle.h"
@@ -334,7 +334,7 @@ Screen* Screen::Create( CString sClassName )
IF_RETURN( ScreenPlayerOptions );
IF_RETURN( ScreenSandbox );
IF_RETURN( ScreenSelectDifficulty );
IF_RETURN( ScreenSelectDifficultyEX );
// IF_RETURN( ScreenSelectDifficultyEX );
IF_RETURN( ScreenSelectGroup );
IF_RETURN( ScreenSelectMusic );
IF_RETURN( ScreenSelectStyle5th );