diff --git a/UI/MiscScreens.cpp b/UI/MiscScreens.cpp index 8a808128a2..b975ee2010 100644 --- a/UI/MiscScreens.cpp +++ b/UI/MiscScreens.cpp @@ -553,9 +553,6 @@ UI::EventReturn CreditsScreen::OnOK(UI::EventParams &e) { void CreditsScreen::update(InputState &input_state) { UIScreen::update(input_state); UpdateUIState(UISTATE_MENU); - if (input_state.pad_buttons_down & PAD_BUTTON_BACK) { - screenManager()->finishDialog(this, DR_OK); - } frames_++; }