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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user