diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 8db6f9b7e3..399f5430c3 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -330,8 +330,6 @@ bool GameState::IsPlayable( const ModeChoice& mc ) if( rStyle != STYLE_INVALID && GAMEMAN->GetStyleDefForStyle(rStyle)->m_iColsPerPlayer >= 6 ) return false; - - return true; } return true; // no grounds to deny the request