diff --git a/quit.cpp b/quit.cpp index 2c72d73e..80096036 100644 --- a/quit.cpp +++ b/quit.cpp @@ -309,7 +309,6 @@ void showMission() { cmode = sm::DOTOUR | sm::MISSION | sm::CENTER; gamescreen(1); drawStats(); - keyhandler = handleKeyQuit; dialog::init( #if CAP_TOUR @@ -322,6 +321,7 @@ void showMission() { XLAT("GAME OVER"), 0xC00000, 200, 100 ); + keyhandler = handleKeyQuit; if(!peace::on) dialog::addInfo(XLAT("Your score: %1", its(gold())));