1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 22:47:45 +00:00

Chess: Add En-passant

This commit is contained in:
Peter Elliott 2020-08-11 21:13:48 -06:00 committed by Andreas Kling
parent e91542a3cf
commit 9d40472721
4 changed files with 35 additions and 26 deletions

View file

@ -83,5 +83,4 @@ private:
Gfx::IntPoint m_drag_point;
bool m_dragging_piece { false };
bool m_drag_enabled { true };
Optional<Chess::Move> m_last_move;
};