mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-20 12:58:06 +00:00
an option to have 'quest status' and 'main menu' on separate screens
This commit is contained in:
@@ -469,7 +469,7 @@ EX void checkmove() {
|
||||
if(!canmove) {
|
||||
create_yasc_message();
|
||||
achievement_final(true);
|
||||
if(cmode & sm::NORMAL) showMissionScreen();
|
||||
if(cmode & sm::NORMAL) showMissionScreen(true);
|
||||
}
|
||||
else yasc_message = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user