mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-05 18:27:01 +00:00
dialog::DONT_SHOW to prevent showing the map in number dialogs
This commit is contained in:
parent
e58e3c9bcb
commit
392611045a
@ -740,6 +740,7 @@ namespace dialog {
|
||||
|
||||
void drawNumberDialog() {
|
||||
cmode = sm::NUMBER | dialogflags;
|
||||
if(numberdark < DONT_SHOW)
|
||||
gamescreen(numberdark);
|
||||
init(ne.title);
|
||||
addInfo(ne.s);
|
||||
@ -1126,6 +1127,7 @@ namespace dialog {
|
||||
|
||||
void string_edit_dialog() {
|
||||
cmode = sm::NUMBER | dialogflags;
|
||||
if(numberdark < DONT_SHOW)
|
||||
gamescreen(numberdark);
|
||||
init(ne.title);
|
||||
addInfo(view_edited_string());
|
||||
|
Loading…
x
Reference in New Issue
Block a user