mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-25 00:16:59 +00:00
in createMov applied mirror just in case
This commit is contained in:
parent
8c5df8dfd4
commit
858a5eddb1
2
cell.cpp
2
cell.cpp
@ -138,7 +138,7 @@ cell *createMov(cell *c, int d) {
|
||||
#endif
|
||||
else if(archimedean || PURE) {
|
||||
heptagon *h2 = createStep(c->master, d);
|
||||
c->c.connect(d, h2->c7,c->master->c.spin(d),false);
|
||||
c->c.connect(d, h2->c7,c->master->c.spin(d), c->master->c.mirror(d));
|
||||
}
|
||||
else if(c == c->master->c7) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user