1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-17 16:12:03 +00:00

fixed relative_matrix in crystal

This commit is contained in:
Zeno Rogue
2022-01-08 18:52:02 +01:00
parent 894da8c55a
commit b87a47eaaa
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ struct hrmap {
return create_step(h, direction);
}
virtual heptagon *create_step(heptagon *h, int direction);
private:
protected:
virtual transmatrix relative_matrixh(heptagon *h2, heptagon *h1, const hyperpoint& hint);
virtual transmatrix relative_matrixc(cell *c2, cell *c1, const hyperpoint& hint);
public: