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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user