1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

Configured key and mission menu's overview now display the mode-appropriate overview screen

This commit is contained in:
Zeno Rogue 2017-08-18 02:32:14 +02:00
parent e8da66140d
commit db290e479a
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ hint hints[] = {
dialog::addItem(XLAT("world overview"), 'z');
},
[]() {
pushScreen(showOverview);
setAppropriateOverview();
}},
{
0,

View File

@ -671,7 +671,7 @@ void handleInput(int delta) {
if(actionspressed[54]) { centerplayer = -1, playermoved = true; centerpc(100); }
if(actionspressed[55] && !lactionpressed[55])
pushScreen(showOverview);
setAppropriateOverview();
if(actionspressed[56] && !lactionpressed[56])
showMissionScreen();