mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
fixed regenerate hat in seo
This commit is contained in:
parent
f822d5b215
commit
25fb183059
@ -712,6 +712,10 @@ struct hrmap_hat : hrmap {
|
||||
build_cells(origin);
|
||||
}
|
||||
|
||||
void on_dim_change() override {
|
||||
init();
|
||||
}
|
||||
|
||||
transmatrix relative_matrixh(heptagon *h2, heptagon *h1, const hyperpoint& hint) override {
|
||||
if(h1 == h2) return Id;
|
||||
int d = h2->distance + 2;
|
||||
|
Loading…
Reference in New Issue
Block a user