mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
some more missing overrides
This commit is contained in:
parent
148161c07d
commit
1573c0daef
4
reg3.cpp
4
reg3.cpp
@ -587,7 +587,7 @@ namespace reg3 {
|
|||||||
|
|
||||||
ld worst_error1, worst_error2;
|
ld worst_error1, worst_error2;
|
||||||
|
|
||||||
heptagon *getOrigin() {
|
heptagon *getOrigin() override {
|
||||||
return origin;
|
return origin;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -631,7 +631,7 @@ namespace reg3 {
|
|||||||
return quotient_map->allh[h->fieldval];
|
return quotient_map->allh[h->fieldval];
|
||||||
}
|
}
|
||||||
|
|
||||||
heptagon *create_step(heptagon *parent, int d) {
|
heptagon *create_step(heptagon *parent, int d) override {
|
||||||
auto& p1 = reg_gmatrix[parent];
|
auto& p1 = reg_gmatrix[parent];
|
||||||
if(DEB) println(hlog, "creating step ", parent, ":", d, ", at ", p1.first, tC0(p1.second));
|
if(DEB) println(hlog, "creating step ", parent, ":", d, ", at ", p1.first, tC0(p1.second));
|
||||||
heptagon *alt = p1.first;
|
heptagon *alt = p1.first;
|
||||||
|
Loading…
Reference in New Issue
Block a user