From 9bee942eefbd14fea50b5f8435c1b9e827d62279 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 9 Feb 2011 12:14:36 -0600 Subject: [PATCH] screenshot bug is long gone, allow profiles to get loaded on player join on SelMusic again --- src/ScreenSelectMusic.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ScreenSelectMusic.cpp b/src/ScreenSelectMusic.cpp index ae09b18182..6b15235b52 100644 --- a/src/ScreenSelectMusic.cpp +++ b/src/ScreenSelectMusic.cpp @@ -1035,14 +1035,11 @@ void ScreenSelectMusic::HandleMessage( const Message &msg ) ASSERT( b ); // load player profiles - // (this could be a possible cause of the screenshot bug. I'm not sure. -aj) - /* if( GAMESTATE->HaveProfileToLoad() ) { GAMESTATE->LoadProfiles( true ); // I guess you could always load edits here... SCREENMAN->ZeroNextUpdate(); // be kind, don't skip frames if you can avoid it } - */ m_iSelection[pn] = iSel; if( GAMESTATE->IsCourseMode() )