screenshot bug is long gone, allow profiles to get loaded on player join on SelMusic again
This commit is contained in:
@@ -1035,14 +1035,11 @@ void ScreenSelectMusic::HandleMessage( const Message &msg )
|
|||||||
ASSERT( b );
|
ASSERT( b );
|
||||||
|
|
||||||
// load player profiles
|
// load player profiles
|
||||||
// (this could be a possible cause of the screenshot bug. I'm not sure. -aj)
|
|
||||||
/*
|
|
||||||
if( GAMESTATE->HaveProfileToLoad() )
|
if( GAMESTATE->HaveProfileToLoad() )
|
||||||
{
|
{
|
||||||
GAMESTATE->LoadProfiles( true ); // I guess you could always load edits here...
|
GAMESTATE->LoadProfiles( true ); // I guess you could always load edits here...
|
||||||
SCREENMAN->ZeroNextUpdate(); // be kind, don't skip frames if you can avoid it
|
SCREENMAN->ZeroNextUpdate(); // be kind, don't skip frames if you can avoid it
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
m_iSelection[pn] = iSel;
|
m_iSelection[pn] = iSel;
|
||||||
if( GAMESTATE->IsCourseMode() )
|
if( GAMESTATE->IsCourseMode() )
|
||||||
|
|||||||
Reference in New Issue
Block a user