1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-21 12:43:18 +00:00

in createMov applied mirror just in case

This commit is contained in:
? 2019-02-27 17:59:33 +01:00 committed by Zeno Rogue
parent 8c5df8dfd4
commit 858a5eddb1

View File

@ -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) {