mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-04-26 18:51:21 +00:00
struct archimedean_tiling
This commit is contained in:
2
cell.cpp
2
cell.cpp
@@ -799,7 +799,7 @@ cell *createMov(cell *c, int d) {
|
||||
}
|
||||
}
|
||||
else if(nonbitrunc && archimedean) {
|
||||
if(arcm::id_of(c->master) <= arcm::N * 2) {
|
||||
if(arcm::id_of(c->master) <= arcm::current.N * 2) {
|
||||
heptspin hs = heptspin(c->master, d) + wstep + 2 + wstep + 1;
|
||||
c->c.connect(d, hs.at->c7, hs.spin, hs.mirrored);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user