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

rogueviz:: updated to hr changes

This commit is contained in:
Zeno Rogue
2022-06-23 09:32:58 +02:00
parent ebeb22c448
commit 7480d1e0ea
4 changed files with 8 additions and 8 deletions

View File

@@ -487,7 +487,7 @@ int pres_hooks =
}
}) +
addHook(dialog::hooks_display_dialog, 100, [] () {
if(current_screen_cfunction() == showMainMenu) {
if(current_screen_cfunction() == showGameMenu) {
dialog::addItem(XLAT("RogueViz demos"), 'd');
dialog::add_action_push(choose_presentation);
}