mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-12 13:17:38 +00:00
Configured key and mission menu's overview now display the mode-appropriate overview screen
This commit is contained in:
2
quit.cpp
2
quit.cpp
@@ -125,7 +125,7 @@ hint hints[] = {
|
|||||||
dialog::addItem(XLAT("world overview"), 'z');
|
dialog::addItem(XLAT("world overview"), 'z');
|
||||||
},
|
},
|
||||||
[]() {
|
[]() {
|
||||||
pushScreen(showOverview);
|
setAppropriateOverview();
|
||||||
}},
|
}},
|
||||||
{
|
{
|
||||||
0,
|
0,
|
||||||
|
@@ -671,7 +671,7 @@ void handleInput(int delta) {
|
|||||||
if(actionspressed[54]) { centerplayer = -1, playermoved = true; centerpc(100); }
|
if(actionspressed[54]) { centerplayer = -1, playermoved = true; centerpc(100); }
|
||||||
|
|
||||||
if(actionspressed[55] && !lactionpressed[55])
|
if(actionspressed[55] && !lactionpressed[55])
|
||||||
pushScreen(showOverview);
|
setAppropriateOverview();
|
||||||
|
|
||||||
if(actionspressed[56] && !lactionpressed[56])
|
if(actionspressed[56] && !lactionpressed[56])
|
||||||
showMissionScreen();
|
showMissionScreen();
|
||||||
|
Reference in New Issue
Block a user