1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-17 18:59:59 +00:00

fixed variation not showing

This commit is contained in:
Zeno Rogue 2023-03-29 09:02:41 +02:00
parent d1813b5ad1
commit 0a9141d940

View File

@ -1031,7 +1031,7 @@ EX void showEuclideanMenu() {
menuitem_nilwidth('v'); menuitem_nilwidth('v');
} }
else if((WDIM == 3 || aperiodic || arb::in()) && !reg3::in() && geometry != gCubeTiling) dialog::addBreak(100); else if((WDIM == 3 || aperiodic || arb::in()) && !reg3::in() && geometry != gCubeTiling) dialog::addBreak(100);
else if(cgclass && qFRACTAL) else if(cgclass & qFRACTAL)
dialog::addBreak(100); dialog::addBreak(100);
else else
menuitem_change_variation('v'); menuitem_change_variation('v');