mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-15 09:39:44 +00:00
two more Euclidean honeycombs; also split buildpolys into subfunctions
This commit is contained in:
@@ -1194,7 +1194,7 @@ void set_geometry(eGeometry target) {
|
||||
if(DUAL && geometry != gArchimedean)
|
||||
variation = ginf[geometry].default_variation;
|
||||
#if CAP_BT
|
||||
if(among(geometry, gBinaryTiling, gBinary3, gCubeTiling, gCell120, gECell120)) variation = eVariation::pure;
|
||||
if(geometry == gBinaryTiling || DIM == 3) variation = eVariation::pure;
|
||||
#endif
|
||||
|
||||
need_reset_geometry = true;
|
||||
|
||||
Reference in New Issue
Block a user