Started work on the Banner Scrolling List style Music Select (as used by pump/ez2/para/3ddx/bm/3rd mix and older). It's far from finished, but is a start, also updated some para graphics. This compiles in VC6. the Project will compile it all, as for any other makefiles kicking around (like unix makefiles) I dont know whats what so these have not been updated. Thanks.
This commit is contained in:
@@ -222,7 +222,7 @@ Screen* ScreenManager::MakeNewScreen( CString sClassName )
|
||||
else if( 0==stricmp(sClassName, "ScreenSongOptions") ) return new ScreenSongOptions;
|
||||
else if( 0==stricmp(sClassName, "ScreenStage") ) return new ScreenStage;
|
||||
else if( 0==stricmp(sClassName, "ScreenTitleMenu") ) return new ScreenTitleMenu;
|
||||
// else if( 0==stricmp(sClassName, "ScreenEz2SelectMusic") ) return new ScreenEz2SelectMusic;
|
||||
else if( 0==stricmp(sClassName, "ScreenEz2SelectMusic") ) return new ScreenEz2SelectMusic;
|
||||
else
|
||||
throw RageException( "Invalid Screen class name '%s'", sClassName.GetString() );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user