mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 01:17:39 +00:00
added missing override
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user