diff --git a/stepmania/src/ScreenPlayerOptions.cpp b/stepmania/src/ScreenPlayerOptions.cpp index 5447afe4a9..bee99c10dd 100644 --- a/stepmania/src/ScreenPlayerOptions.cpp +++ b/stepmania/src/ScreenPlayerOptions.cpp @@ -132,6 +132,7 @@ void ScreenPlayerOptions::Input( const DeviceInput& DeviceI, const InputEventTyp this->ImportOptionsForPlayer( pn ); this->PositionUnderlines(); + this->UpdateDisqualified(); } ScreenOptionsMaster::Input( DeviceI, type, GameI, MenuI, StyleI );