mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 11:54:48 +00:00
expansion in reg3::in_rule() activable
This commit is contained in:
parent
8538ec695a
commit
436fe7f367
@ -969,7 +969,7 @@ EX void showEuclideanMenu() {
|
||||
its(worldsize),
|
||||
'3');
|
||||
|
||||
if(WDIM == 2) dialog::add_action([] {
|
||||
if(WDIM == 2 || reg3::in_rule()) dialog::add_action([] {
|
||||
if(!viewdists) { enable_viewdists(); pushScreen(viewdist_configure_dialog); }
|
||||
else if(viewdists) viewdists = false;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user