mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 09:17:57 +00:00
fixup to goldberg
This commit is contained in:
@@ -1319,7 +1319,9 @@ EX string cgi_string() {
|
||||
return s;
|
||||
}
|
||||
|
||||
if(GOLDBERG_INV) V("GP", its(gp::param.first) + "," + its(gp::param.second));
|
||||
if(GOLDBERG_INV) {
|
||||
V("GP", its(gp::param.first) + "," + its(gp::param.second)+":"+its(int(gp::su)));
|
||||
}
|
||||
if(IRREGULAR) V("IRR", its(irr::irrid));
|
||||
#if MAXMDIM >= 4
|
||||
if(is_subcube_based(variation)) V("SC", its(reg3::subcube_count));
|
||||
|
Reference in New Issue
Block a user