1
0
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:
Zeno Rogue 2025-04-25 09:29:46 +02:00
parent c45659cc4d
commit c2c01269cc

View File

@ -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));