mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 03:54:47 +00:00
fixup info to help
This commit is contained in:
parent
5d01ac0732
commit
5782c72b28
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user