mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
added missing override
This commit is contained in:
parent
d64c3ea125
commit
c9ac8738f6
@ -157,7 +157,7 @@ struct hrmap_kite : hrmap {
|
|||||||
return h;
|
return h;
|
||||||
}
|
}
|
||||||
|
|
||||||
heptagon *create_step(heptagon *of, int dir) {
|
heptagon *create_step(heptagon *of, int dir) override {
|
||||||
if(of->move(dir)) return of->move(dir);
|
if(of->move(dir)) return of->move(dir);
|
||||||
|
|
||||||
auto sh = getshape(of);
|
auto sh = getshape(of);
|
||||||
|
Loading…
Reference in New Issue
Block a user