mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-18 23:47:40 +00:00
fixup info to help
This commit is contained in:
@@ -1062,7 +1062,7 @@ namespace dialog {
|
||||
gamescreen(1);
|
||||
dialog::addBreak(250);
|
||||
dialog::init(XLAT("WARNING"), 0xFF0000, 150, 100);
|
||||
dialog::addInfo(text);
|
||||
dialog::addHelp(text);
|
||||
dialog::addItem(XLAT("YES"), 'y');
|
||||
auto yes = [act] () { popScreen(); act(); };
|
||||
dialog::add_action(yes);
|
||||
|
Reference in New Issue
Block a user