fix state representation not being updated when toggling restricted movement

This commit is contained in:
2026-02-20 02:15:13 +01:00
parent 7860963fcb
commit 71e1dd4f32
3 changed files with 8 additions and 1 deletions

View File

@ -272,6 +272,8 @@ public:
auto ToggleTarget(int x, int y) -> bool;
auto ToggleRestricted() -> void;
auto MoveBlockAt(int x, int y, Direction dir) -> bool;
auto GetNextStates() const -> std::vector<State>;