diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-16 22:24:35 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-16 22:24:35 +0100 |
| commit | 0e5c4b923a64029db0caf247194c3eb3718b2f4e (patch) | |
| tree | 4ae81ca5e2ef2cdbe9e34f220ee2ddbb993d984f /src/ChessArbiter.hpp | |
| parent | 640d882099af0f7c13dc5e102943bb06c2df5400 (diff) | |
Debug capture
Diffstat (limited to 'src/ChessArbiter.hpp')
| -rw-r--r-- | src/ChessArbiter.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChessArbiter.hpp b/src/ChessArbiter.hpp index 541253c..6d31073 100644 --- a/src/ChessArbiter.hpp +++ b/src/ChessArbiter.hpp @@ -30,7 +30,7 @@ class ChessArbiter { void SetFEN(std::string); void SetFEN(FEN); std::string SAN, SAN_last; - char capture, capture_last; + char capture; public: ChessArbiter(); |
