mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-26 17:06:59 +00:00
Configured key and mission menu's overview now display the mode-appropriate overview screen
This commit is contained in:
parent
e8da66140d
commit
db290e479a
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();
|
||||||
|
Loading…
Reference in New Issue
Block a user