in May: "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." It's been a few snapshots ...
This commit is contained in:
@@ -257,7 +257,6 @@ void Screen::ClearMessageQueue( const ScreenMessage SM )
|
|||||||
#include "ScreenPlayerOptions.h"
|
#include "ScreenPlayerOptions.h"
|
||||||
#include "ScreenSandbox.h"
|
#include "ScreenSandbox.h"
|
||||||
#include "ScreenSelectDifficulty.h"
|
#include "ScreenSelectDifficulty.h"
|
||||||
// #include "ScreenSelectDifficultyEX.h"
|
|
||||||
#include "ScreenSelectGroup.h"
|
#include "ScreenSelectGroup.h"
|
||||||
#include "ScreenSelectMusic.h"
|
#include "ScreenSelectMusic.h"
|
||||||
#include "ScreenSelectStyle.h"
|
#include "ScreenSelectStyle.h"
|
||||||
@@ -325,7 +324,6 @@ Screen* Screen::Create( CString sClassName )
|
|||||||
IF_RETURN( ScreenPlayerOptions );
|
IF_RETURN( ScreenPlayerOptions );
|
||||||
IF_RETURN( ScreenSandbox );
|
IF_RETURN( ScreenSandbox );
|
||||||
IF_RETURN( ScreenSelectDifficulty );
|
IF_RETURN( ScreenSelectDifficulty );
|
||||||
// IF_RETURN( ScreenSelectDifficultyEX );
|
|
||||||
IF_RETURN( ScreenSelectGroup );
|
IF_RETURN( ScreenSelectGroup );
|
||||||
IF_RETURN( ScreenSelectMusic );
|
IF_RETURN( ScreenSelectMusic );
|
||||||
IF_RETURN( ScreenSelectStyle5th );
|
IF_RETURN( ScreenSelectStyle5th );
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ IntDir=.\../Debug6
|
|||||||
TargetDir=\temp\stepmania\Program
|
TargetDir=\temp\stepmania\Program
|
||||||
TargetName=StepMania-debug
|
TargetName=StepMania-debug
|
||||||
SOURCE="$(InputPath)"
|
SOURCE="$(InputPath)"
|
||||||
PreLink_Cmds=disasm\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
PreLink_Cmds=disasm\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||||
PostBuild_Cmds=disasm\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi
|
PostBuild_Cmds=disasm\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi
|
||||||
# End Special Build Tool
|
# End Special Build Tool
|
||||||
|
|
||||||
@@ -99,7 +99,7 @@ IntDir=.\../Release6
|
|||||||
TargetDir=\temp\stepmania\Program
|
TargetDir=\temp\stepmania\Program
|
||||||
TargetName=StepMania
|
TargetName=StepMania
|
||||||
SOURCE="$(InputPath)"
|
SOURCE="$(InputPath)"
|
||||||
PreLink_Cmds=disasm\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
PreLink_Cmds=disasm\verinc cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
|
||||||
PostBuild_Cmds=disasm\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi
|
PostBuild_Cmds=disasm\mapconv $(IntDir)\$(TargetName).map $(TargetDir)\StepMania.vdi
|
||||||
# End Special Build Tool
|
# End Special Build Tool
|
||||||
|
|
||||||
@@ -2691,14 +2691,6 @@ SOURCE=.\ScreenSelectDifficulty.h
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\ScreenSelectDifficultyEX.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\ScreenSelectDifficultyEX.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\ScreenSelectGroup.cpp
|
SOURCE=.\ScreenSelectGroup.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|||||||
@@ -445,12 +445,6 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
<File
|
<File
|
||||||
RelativePath="ScreenSelectDifficulty.h">
|
RelativePath="ScreenSelectDifficulty.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="ScreenSelectDifficultyEX.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="ScreenSelectDifficultyEX.h">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="ScreenSelectGroup.cpp">
|
RelativePath="ScreenSelectGroup.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
|||||||
Reference in New Issue
Block a user