mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-05 03:47:58 +00:00
fixed keys not working in the quit screen
This commit is contained in:
2
quit.cpp
2
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())));
|
||||
|
Reference in New Issue
Block a user