1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 22:12:59 +00:00

deprecated gTorus, gField435 and gField534

This commit is contained in:
Zeno Rogue
2020-01-15 18:00:21 +01:00
parent 59a9605b13
commit cd98e0314c
2 changed files with 6 additions and 4 deletions

View File

@@ -352,7 +352,7 @@ void ge_select_tiling() {
bool on = geometry == g;
bool in_2d = WDIM == 2;
dynamicval<eGeometry> cg(geometry, g);
if(g == gTorus) continue;
if(cgflags & qDEPRECATED) continue;
if(arcm::in() && !CAP_ARCM) continue;
if(cryst && !CAP_CRYSTAL) continue;
if(sol && !CAP_SOLV) continue;