1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-05 08:13:01 +00:00

fixed addInfo to addHelp in matrix_dialog

This commit is contained in:
Zeno Rogue
2023-08-15 15:39:00 +02:00
parent 933361d394
commit b9eac3f6ae

View File

@@ -1141,7 +1141,7 @@ EX namespace dialog {
cmode = dialogflags; cmode = dialogflags;
gamescreen(); gamescreen();
init(title); init(title);
addInfo(help); addHelp(help);
large_viz(); large_viz();
addBreak(100); addBreak(100);
addItem("reset", 'r'); addItem("reset", 'r');