mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-08 23:20:12 +00:00
missing override added
This commit is contained in:
parent
0cd2765da4
commit
2ebef9e754
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]; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user