simplify indent
This commit is contained in:
@@ -556,8 +556,9 @@ void ScreenSelectMusic::CheckBackgroundRequests( bool bForce )
|
|||||||
{
|
{
|
||||||
/* The CDTitle is normally very small, so we don't bother waiting to display it. */
|
/* The CDTitle is normally very small, so we don't bother waiting to display it. */
|
||||||
RString sPath;
|
RString sPath;
|
||||||
if( m_BackgroundLoader.IsCacheFileFinished(g_sCDTitlePath, sPath) )
|
if( !m_BackgroundLoader.IsCacheFileFinished(g_sCDTitlePath, sPath) )
|
||||||
{
|
return;
|
||||||
|
|
||||||
g_bCDTitleWaiting = false;
|
g_bCDTitleWaiting = false;
|
||||||
|
|
||||||
RString sCDTitlePath = sPath;
|
RString sCDTitlePath = sPath;
|
||||||
@@ -575,9 +576,6 @@ void ScreenSelectMusic::CheckBackgroundRequests( bool bForce )
|
|||||||
|
|
||||||
m_BackgroundLoader.FinishedWithCachedFile( g_sCDTitlePath );
|
m_BackgroundLoader.FinishedWithCachedFile( g_sCDTitlePath );
|
||||||
}
|
}
|
||||||
else
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Loading the rest can cause small skips, so don't do it until the wheel settles.
|
/* Loading the rest can cause small skips, so don't do it until the wheel settles.
|
||||||
* Do load if we're transitioning out, though, so we don't miss starting the music
|
* Do load if we're transitioning out, though, so we don't miss starting the music
|
||||||
|
|||||||
Reference in New Issue
Block a user