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:
parent
933361d394
commit
b9eac3f6ae
@ -1141,7 +1141,7 @@ EX namespace dialog {
|
||||
cmode = dialogflags;
|
||||
gamescreen();
|
||||
init(title);
|
||||
addInfo(help);
|
||||
addHelp(help);
|
||||
large_viz();
|
||||
addBreak(100);
|
||||
addItem("reset", 'r');
|
||||
|
Loading…
Reference in New Issue
Block a user