mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
added missing CAP_RVSLIDES
This commit is contained in:
parent
ef8a961e71
commit
8bb1c132bc
@ -2440,6 +2440,7 @@ auto hooks =
|
||||
dialog::addItem(XLAT("rogueviz menu"), 'u');
|
||||
dialog::add_action_push(rogueviz::showMenu);
|
||||
}
|
||||
#if CAP_RVSLIDES
|
||||
if(current_screen_cfunction() == showStartMenu) {
|
||||
dialog::addBreak(100);
|
||||
dialog::addBigItem(XLAT("RogueViz"), 'r');
|
||||
@ -2451,6 +2452,7 @@ auto hooks =
|
||||
});
|
||||
dialog::addInfo(XLAT("see the visualizations"));
|
||||
}
|
||||
#endif
|
||||
}) +
|
||||
addHook(hooks_welcome_message, 100, [] () {
|
||||
if(rogueviz::on) addMessage(XLAT("Welcome to RogueViz!"));
|
||||
|
Loading…
Reference in New Issue
Block a user