mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 02:34:48 +00:00
added missing override
This commit is contained in:
parent
d64c3ea125
commit
c9ac8738f6
@ -157,7 +157,7 @@ struct hrmap_kite : hrmap {
|
||||
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);
|
||||
|
||||
auto sh = getshape(of);
|
||||
|
Loading…
Reference in New Issue
Block a user