fix song options screen crash in course mode
This commit is contained in:
@@ -574,6 +574,10 @@ void setmax( T &a, const T &b )
|
|||||||
* in ScreenSongOptions). */
|
* in ScreenSongOptions). */
|
||||||
void GameState::AdjustFailType()
|
void GameState::AdjustFailType()
|
||||||
{
|
{
|
||||||
|
/* Single song mode only. */
|
||||||
|
if( this->IsCourseMode() )
|
||||||
|
return;
|
||||||
|
|
||||||
/* If the player changed the fail mode explicitly, leave it alone. */
|
/* If the player changed the fail mode explicitly, leave it alone. */
|
||||||
if( GAMESTATE->m_bChangedFailType )
|
if( GAMESTATE->m_bChangedFailType )
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user