mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
added missing override
This commit is contained in:
parent
0265f76c69
commit
2a33f86f6f
2
reg3.cpp
2
reg3.cpp
@ -2210,7 +2210,7 @@ EX namespace reg3 {
|
||||
|
||||
heptagon *origin;
|
||||
hrmap_quotient3 *quotient_map;
|
||||
hrmap_quotient3 *qmap() { return quotient_map; }
|
||||
hrmap_quotient3 *qmap() override { return quotient_map; }
|
||||
|
||||
int connection(int fv, int d) override {
|
||||
return quotient_map->local_id[quotient_map->acells[fv]->move(d)].first;
|
||||
|
Loading…
Reference in New Issue
Block a user