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:
@@ -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(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user