break PlayerOptions selection into two screens (is there any other solution?)

add lines for Step selection and Character selection
This commit is contained in:
Chris Danford
2003-06-15 17:05:51 +00:00
parent 4dd5f4cc09
commit c743e97f6e
10 changed files with 450 additions and 155 deletions
+2
View File
@@ -255,6 +255,7 @@ void Screen::ClearMessageQueue( const ScreenMessage SM )
#include "ScreenMapControllers.h"
#include "ScreenMusicScroll.h"
#include "ScreenPlayerOptions.h"
#include "ScreenPlayerOptions2.h"
#include "ScreenSandbox.h"
#include "ScreenSelectCourse.h"
#include "ScreenSelectDifficulty.h"
@@ -321,6 +322,7 @@ Screen* Screen::Create( CString sClassName )
IF_RETURN( ScreenInputOptions );
IF_RETURN( ScreenMusicScroll );
IF_RETURN( ScreenPlayerOptions );
IF_RETURN( ScreenPlayerOptions2 );
IF_RETURN( ScreenSandbox );
IF_RETURN( ScreenSelectCourse );
IF_RETURN( ScreenSelectDifficulty );