mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-20 06:03:01 +00:00
reg3:: coxeter_param included in cgi_string
This commit is contained in:
parent
0d8dd6c19e
commit
f300d0f8e9
@ -1089,6 +1089,7 @@ EX string cgi_string() {
|
||||
if(GOLDBERG_INV) V("GP", its(gp::param.first) + "," + its(gp::param.second));
|
||||
if(IRREGULAR) V("IRR", its(irr::irrid));
|
||||
if(is_subcube_based(variation)) V("SC", its(reg3::subcube_count));
|
||||
if(variation == eVariation::coxeter) V("COX", its(reg3::coxeter_param));
|
||||
|
||||
#if CAP_ARCM
|
||||
if(arcm::in()) V("ARCM", arcm::current.symbol);
|
||||
|
Loading…
Reference in New Issue
Block a user