1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-21 08:00:25 +00:00

fixup info to help

This commit is contained in:
Zeno Rogue 2018-12-14 18:22:12 +01:00
parent 5d01ac0732
commit 5782c72b28

View File

@ -1062,7 +1062,7 @@ namespace dialog {
gamescreen(1); gamescreen(1);
dialog::addBreak(250); dialog::addBreak(250);
dialog::init(XLAT("WARNING"), 0xFF0000, 150, 100); dialog::init(XLAT("WARNING"), 0xFF0000, 150, 100);
dialog::addInfo(text); dialog::addHelp(text);
dialog::addItem(XLAT("YES"), 'y'); dialog::addItem(XLAT("YES"), 'y');
auto yes = [act] () { popScreen(); act(); }; auto yes = [act] () { popScreen(); act(); };
dialog::add_action(yes); dialog::add_action(yes);