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:
2
cell.cpp
2
cell.cpp
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user