1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-17 18:54:48 +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;
gamescreen();
init(title);
addInfo(help);
addHelp(help);
large_viz();
addBreak(100);
addItem("reset", 'r');