diff --git a/stepmania/src/ScreenOptions.cpp b/stepmania/src/ScreenOptions.cpp index ec14318516..d58e06a8b4 100644 --- a/stepmania/src/ScreenOptions.cpp +++ b/stepmania/src/ScreenOptions.cpp @@ -263,7 +263,8 @@ void ScreenOptions::BeginScreen() vpns.push_back( p ); this->ImportOptions( r, vpns ); - FOREACH_HumanPlayer( p ) + // HACK: Process disabled players, too, to hide inactive underlines. + FOREACH_PlayerNumber( p ) pRow->AfterImportOptions( p ); }