mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-22 10:52:49 +00:00
fixup to goldberg
This commit is contained in:
parent
c45659cc4d
commit
c2c01269cc
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user