mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
added ssol and shyp geodesic files to repo; removed hiding from ge_select_tiling
This commit is contained in:
parent
f69962d2b1
commit
db6203b5db
@ -423,7 +423,6 @@ 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;
|
||||
|
BIN
shyp-geodesics.dat
Normal file
BIN
shyp-geodesics.dat
Normal file
Binary file not shown.
BIN
ssol-geodesics.dat
Normal file
BIN
ssol-geodesics.dat
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user