1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 06:16:00 +00:00

added missing emptyscreen() and VR_MENU, both in HR and in RogueViz

This commit is contained in:
Zeno Rogue
2025-08-25 21:14:48 +02:00
parent c75342da10
commit 0de5f6c648
5 changed files with 29 additions and 0 deletions

View File

@@ -1193,6 +1193,7 @@ EX named_functionality get_o_key() {
if(isize(res) == 1) return res[0];
return named_dialog(res[0].first + "/...", [res] {
cmode = sm::VR_MENU;
emptyscreen();
dialog::init();
char id = 'o';