1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-07 02:10:14 +00:00

an option to have 'quest status' and 'main menu' on separate screens

This commit is contained in:
Zeno Rogue
2025-12-12 00:02:31 +01:00
parent f20ea8bac8
commit 3328981004
9 changed files with 57 additions and 28 deletions

View File

@@ -904,7 +904,7 @@ EX void handleInput(int delta, config &scfg) {
get_o_key().second();
if(act[panReviewQuest].pressed())
showMissionScreen();
showMissionScreen(true);
#if CAP_INV
if(act[panInventory].pressed() && inv::on)