mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-07 04:19:02 +00:00
replaced the sm::A3 flags with newer techniques (also fixes help in 3D config not appearing)
This commit is contained in:
@@ -681,8 +681,6 @@ namespace dialog {
|
||||
|
||||
addBreak(100);
|
||||
|
||||
if(cmode & sm::A3) ne.help = explain3D(ne.editwhat);
|
||||
|
||||
if(ne.help != "") {
|
||||
addHelp(ne.help);
|
||||
// bool scal = !ISMOBILE && !ISPANDORA && isize(ne.help) > 160;
|
||||
@@ -799,7 +797,7 @@ namespace dialog {
|
||||
ne.help = help;
|
||||
ne.sc = identity;
|
||||
ne.intval = NULL;
|
||||
dialogflags = (cmode & sm::A3);
|
||||
dialogflags = 0;
|
||||
if(cmode & sm::SIDE) dialogflags |= sm::MAYDARK | sm::SIDE;
|
||||
cmode |= sm::NUMBER;
|
||||
pushScreen(drawNumberDialog);
|
||||
@@ -1064,7 +1062,7 @@ namespace dialog {
|
||||
start_editing(s);
|
||||
ne.title = title;
|
||||
ne.help = help;
|
||||
dialogflags = (cmode & sm::A3);
|
||||
dialogflags = 0;
|
||||
if(cmode & sm::SIDE) dialogflags |= sm::MAYDARK | sm::SIDE;
|
||||
cmode |= sm::NUMBER;
|
||||
pushScreen(string_edit_dialog);
|
||||
|
||||
Reference in New Issue
Block a user