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:
parent
e91542a3cf
commit
9d40472721
4 changed files with 35 additions and 26 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue