mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-05 00:03:01 +00:00
fixed addInfo to addHelp in matrix_dialog
This commit is contained in:
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user