mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-10 15:59:53 +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
|
#endif
|
||||||
else if(archimedean || PURE) {
|
else if(archimedean || PURE) {
|
||||||
heptagon *h2 = createStep(c->master, d);
|
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) {
|
else if(c == c->master->c7) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user