1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-30 09:22:12 +00:00

stuff affected by on_dim_change now implements the dim_listener interface

This commit is contained in:
Zeno Rogue
2026-04-16 19:02:07 +02:00
parent 58c243f3f0
commit 9bfc3ba400
6 changed files with 35 additions and 17 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ EX namespace fake {
EX bool in_ext() { return in() || (mhybrid && PIU(in())); }
EX void on_dim_change() { pmap->on_dim_change(); }
EX void reinit() override { pmap->reinit(); }
/** like in() but takes slided arb into account */
EX bool split() { return in() || arb::in_slided(); }