mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 09:30:35 +00:00
fixed Crystal
This commit is contained in:
parent
064ac7de63
commit
f855106613
@ -686,8 +686,8 @@ struct hrmap_crystal : hrmap_standard {
|
|||||||
}
|
}
|
||||||
|
|
||||||
transmatrix relative_matrixh(heptagon *h2, heptagon *h1, const hyperpoint& hint) override {
|
transmatrix relative_matrixh(heptagon *h2, heptagon *h1, const hyperpoint& hint) override {
|
||||||
if(!crystal3()) return hrmap::relative_matrixh(h2, h1, hint);
|
if(!crystal3()) return hrmap_standard::relative_matrixh(h2, h1, hint);
|
||||||
return relative_matrix(h2->c7, h1->c7, hint);
|
return relative_matrixc(h2->c7, h1->c7, hint);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user