From 21389d1eaf89da0f05a291725f1869bb9604eb95 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 30 Sep 2002 06:56:40 +0000 Subject: [PATCH] Fixed compile errors in VC6. --- stepmania/src/Song.cpp | 5 +++-- stepmania/src/StepMania.dsp | 32 ++++++++++++++++++++------------ 2 files changed, 23 insertions(+), 14 deletions(-) diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index ca090c4bdc..34cf8cbad5 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -810,9 +810,10 @@ int CompareSongPointersByDifficulty(const void *arg1, const void *arg2) int iEasiestMeter1 = 1000; // infinity int iEasiestMeter2 = 1000; // infinity - for( int i=0; im_iMeter ); - for( int i=0; im_iMeter ); if( iEasiestMeter1 < iEasiestMeter2 ) diff --git a/stepmania/src/StepMania.dsp b/stepmania/src/StepMania.dsp index 17352ca873..1242a84500 100644 --- a/stepmania/src/StepMania.dsp +++ b/stepmania/src/StepMania.dsp @@ -59,7 +59,7 @@ IntDir=.\../Release6 TargetDir=\stepmania\stepmania TargetName=StepMania 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 ia32.vdi # End Special Build Tool @@ -94,7 +94,7 @@ IntDir=.\../Debug6 TargetDir=\stepmania\stepmania TargetName=StepMania-debug 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 ia32.vdi # End Special Build Tool @@ -883,11 +883,19 @@ SOURCE=.\Background.h # End Source File # Begin Source File -SOURCE=.\BackgroundAnimation.cpp +SOURCE=.\BGAnimation.cpp # End Source File # Begin Source File -SOURCE=.\BackgroundAnimation.h +SOURCE=.\BGAnimation.h +# End Source File +# Begin Source File + +SOURCE=.\BGAnimationLayer.cpp +# End Source File +# Begin Source File + +SOURCE=.\BGAnimationLayer.h # End Source File # Begin Source File @@ -1128,14 +1136,6 @@ SOURCE=.\ScreenEz2SelectPlayer.h # End Source File # Begin Source File -SOURCE=.\ScreenEz2SelectStyle.cpp -# End Source File -# Begin Source File - -SOURCE=.\ScreenEz2SelectStyle.h -# End Source File -# Begin Source File - SOURCE=.\ScreenGameOver.cpp # End Source File # Begin Source File @@ -1276,6 +1276,14 @@ SOURCE=.\ScreenSelectGroup.h # End Source File # Begin Source File +SOURCE=.\ScreenSelectMode.cpp +# End Source File +# Begin Source File + +SOURCE=.\ScreenSelectMode.h +# End Source File +# Begin Source File + SOURCE=.\ScreenSelectMusic.cpp # End Source File # Begin Source File