1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-17 10:49:58 +00:00

fixed regenerate hat in seo

This commit is contained in:
Zeno Rogue 2023-03-29 09:34:18 +02:00
parent f822d5b215
commit 25fb183059

View File

@ -712,6 +712,10 @@ struct hrmap_hat : hrmap {
build_cells(origin); build_cells(origin);
} }
void on_dim_change() override {
init();
}
transmatrix relative_matrixh(heptagon *h2, heptagon *h1, const hyperpoint& hint) override { transmatrix relative_matrixh(heptagon *h2, heptagon *h1, const hyperpoint& hint) override {
if(h1 == h2) return Id; if(h1 == h2) return Id;
int d = h2->distance + 2; int d = h2->distance + 2;