mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 18:27:55 +00:00
missing override added
This commit is contained in:
2
reg3.cpp
2
reg3.cpp
@@ -228,7 +228,7 @@ EX namespace reg3 {
|
|||||||
vector<vector<transmatrix>> tmatrices;
|
vector<vector<transmatrix>> tmatrices;
|
||||||
vector<cell*> acells;
|
vector<cell*> acells;
|
||||||
|
|
||||||
transmatrix adj(heptagon *h, int d) { return tmatrices[h->fieldval][d]; }
|
transmatrix adj(heptagon *h, int d) override { return tmatrices[h->fieldval][d]; }
|
||||||
|
|
||||||
heptagon *getOrigin() override { return allh[0]; }
|
heptagon *getOrigin() override { return allh[0]; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user