mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-04 11:37:55 +00:00
twisted product now actually appears for spherical space, and automatically sets csteps if it was illegal
This commit is contained in:
@@ -1249,6 +1249,14 @@ EX namespace hybrid {
|
||||
}
|
||||
}
|
||||
|
||||
EX void fixup_csteps() {
|
||||
check_cgi(); cgi.require_basics();
|
||||
if(!hybrid::csteps || gmod(cgi.psl_steps, hybrid::csteps)) {
|
||||
hybrid::csteps = cgi.psl_steps;
|
||||
hybrid::reconfigure();
|
||||
}
|
||||
}
|
||||
|
||||
EX hrmap *pmap;
|
||||
EX geometry_information *pcgip;
|
||||
EX eGeometry actual_geometry;
|
||||
|
Reference in New Issue
Block a user