1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 06:33:19 +00:00

removed WIP geometries from the menu

This commit is contained in:
Zeno Rogue 2019-10-03 20:13:04 +02:00
parent 71e3bc4759
commit 558d5596af

View File

@ -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;