mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-16 11:08:05 +00:00
improved the quality of 3D models from conformal menu
This commit is contained in:
@@ -829,7 +829,7 @@ namespace dialog {
|
||||
ne.intval = NULL;
|
||||
ne.positive = false;
|
||||
dialogflags = (cmode & sm::A3);
|
||||
if(cmode & sm::SIDE) dialogflags |= sm::MAYDARK;
|
||||
if(cmode & sm::SIDE) dialogflags |= sm::MAYDARK | sm::SIDE;
|
||||
cmode |= sm::NUMBER;
|
||||
pushScreen(drawNumberDialog);
|
||||
reaction = reaction_t();
|
||||
|
||||
Reference in New Issue
Block a user