1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-28 12:27:40 +00:00

fixed some bugs with ultra mirrors

This commit is contained in:
Zeno Rogue
2020-05-28 13:44:02 +02:00
parent 384a6bb806
commit 91338d047e
3 changed files with 5 additions and 6 deletions

View File

@@ -955,6 +955,7 @@ EX string cgi_string() {
if(euclid) V("E", fts(fake::scale));
if(sphere) V("S", fts(fake::scale));
V("G", FPIU(cgi_string()));
return s;
}
if(GOLDBERG) V("GP", its(gp::param.first) + "," + its(gp::param.second));