From c1105aa2630ee923593f1e06712e17c4004e84b7 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 10 Jul 2018 13:16:04 +0200 Subject: [PATCH] fixed keys not working in the quit screen --- quit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())));