mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-02 15:03:00 +00:00
conformal/history mode in Menu is marked ON if any of its features is ON
This commit is contained in:
@@ -348,7 +348,7 @@ void showDisplayMode() {
|
|||||||
#if CAP_MODEL
|
#if CAP_MODEL
|
||||||
dialog::addBoolItem(XLAT("paper model creator"), (false), 'n');
|
dialog::addBoolItem(XLAT("paper model creator"), (false), 'n');
|
||||||
#endif
|
#endif
|
||||||
dialog::addBoolItem(XLAT("conformal/history mode"), (conformal::on), 'a');
|
dialog::addBoolItem(XLAT("conformal/history mode"), (conformal::on || pmodel || conformal::includeHistory), 'a');
|
||||||
// dialog::addBoolItem(XLAT("expansion"), viewdists, 'x');
|
// dialog::addBoolItem(XLAT("expansion"), viewdists, 'x');
|
||||||
|
|
||||||
showAllConfig();
|
showAllConfig();
|
||||||
|
|||||||
Reference in New Issue
Block a user