added missing override

This commit is contained in:
Zeno Rogue 2019-07-30 16:23:10 +02:00
parent d64c3ea125
commit c9ac8738f6
1 changed files with 1 additions and 1 deletions

View File

@ -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);