mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 17:27:57 +00:00
missing override markers
This commit is contained in:
@@ -523,7 +523,7 @@ struct hrmap_crystal : hrmap_standard {
|
||||
#if MAXMDIM >= 4
|
||||
map<int, transmatrix> adjs;
|
||||
|
||||
transmatrix adj(heptagon *h, int d) {
|
||||
transmatrix adj(heptagon *h, int d) override {
|
||||
auto co = hcoords[h];
|
||||
int id = 0;
|
||||
for(int a=0; a<4; a++) id = (2*id) + ((co[a]>>1) & 1);
|
||||
|
Reference in New Issue
Block a user