cleanup from vc's dumb indenter
This commit is contained in:
@@ -796,15 +796,15 @@ void ScreenSelectMusic::MenuStart( PlayerNumber pn )
|
|||||||
|
|
||||||
m_bAllowOptionsMenu = true;
|
m_bAllowOptionsMenu = true;
|
||||||
/* Don't accept a held START for a little while, so it's not
|
/* Don't accept a held START for a little while, so it's not
|
||||||
* hit accidentally. Accept an initial START right away, though,
|
* hit accidentally. Accept an initial START right away, though,
|
||||||
* so we don't ignore deliberate fast presses (which would be
|
* so we don't ignore deliberate fast presses (which would be
|
||||||
* annoying). */
|
* annoying). */
|
||||||
this->PostScreenMessage( SM_AllowOptionsMenuRepeat, 0.5f );
|
this->PostScreenMessage( SM_AllowOptionsMenuRepeat, 0.5f );
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If we're currently waiting on song assets, abort all except the music and
|
/* If we're currently waiting on song assets, abort all except the music and
|
||||||
* start the music, so if we make a choice quickly before background requests
|
* start the music, so if we make a choice quickly before background requests
|
||||||
* come through, the music will still start. */
|
* come through, the music will still start. */
|
||||||
g_bCDTitleWaiting = g_bBannerWaiting = false;
|
g_bCDTitleWaiting = g_bBannerWaiting = false;
|
||||||
m_BackgroundLoader.Abort();
|
m_BackgroundLoader.Abort();
|
||||||
CheckBackgroundRequests( true );
|
CheckBackgroundRequests( true );
|
||||||
|
|||||||
Reference in New Issue
Block a user