mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-04 11:37:55 +00:00
support for quotient spaces with S3 > 4
This commit is contained in:
@@ -279,6 +279,11 @@ heptagon *hrmap_standard::create_step(heptagon *h, int d) {
|
||||
else
|
||||
buildHeptagon(h, d, transition(h->s, d));
|
||||
}
|
||||
else if(S3 > 4) {
|
||||
/* wrong */
|
||||
h->move(d) = h;
|
||||
// buildHeptagon(h, d, transition(h->s, d));
|
||||
}
|
||||
else if(d == 1) {
|
||||
addSpin(h, d, h->move(0), h->c.spin(0)-1, -1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user