mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
removed WIP geometries from the menu
This commit is contained in:
parent
71e3bc4759
commit
558d5596af
@ -423,6 +423,7 @@ void ge_select_tiling() {
|
||||
if(archimedean && !CAP_ARCM) continue;
|
||||
if(cryst && !CAP_CRYSTAL) continue;
|
||||
if(sol && !CAP_SOLV) continue;
|
||||
if(nih) continue; // hide work in progress
|
||||
if(WDIM == 3 && MAXMDIM == 3) continue;
|
||||
if(geometry == gFieldQuotient && !CAP_FIELD) continue;
|
||||
if((!!quotient) ^ select_quotient) continue;
|
||||
|
Loading…
Reference in New Issue
Block a user