1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-12 07:16:01 +00:00

added some missing 'override'

This commit is contained in:
Zeno Rogue
2023-08-16 10:36:16 +02:00
parent e3357c9b26
commit c1584e9ece
2 changed files with 13 additions and 13 deletions

View File

@@ -103,7 +103,7 @@ struct hrmap_standard : hrmap {
virtual hyperpoint get_corner(cell *c, int cid, ld cf) override;
virtual transmatrix master_relative(cell *c, bool get_inverse) override;
virtual bool link_alt(heptagon *h, heptagon *alt, hstate firststate, int dir) override;
virtual void on_dim_change();
virtual void on_dim_change() override;
};
void clearfrom(heptagon*);