1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

added missing override

This commit is contained in:
Zeno Rogue 2022-07-12 13:27:35 +02:00
parent c9c066ccec
commit 8256b398b1

View File

@ -2182,7 +2182,7 @@ struct hrmap_rulegen : hrmap {
return h;
}
cell* gen_extra_origin(int fv) {
cell* gen_extra_origin(int fv) override {
heptagon *extra_origin = gen(fv, 0, true);
extra_origin->s = hsOrigin;
extra_origins.push_back(extra_origin);