mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-22 02:44:31 +00:00
rots:: fixed the confusion when switching tilings
This commit is contained in:
@@ -909,7 +909,7 @@ EX void check_cgi() {
|
||||
if(GOLDBERG) V("GP", its(gp::param.first) + "," + its(gp::param.second));
|
||||
if(IRREGULAR) V("IRR", its(irr::irrid));
|
||||
|
||||
if(geometry == gArchimedean) V("ARCM", arcm::current.symbol);
|
||||
if(archimedean) V("ARCM", arcm::current.symbol);
|
||||
|
||||
if(cryst) V("CRYSTAL", its(ginf[gCrystal].sides) + its(ginf[gCrystal].vertex));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user