From 0e5c4b923a64029db0caf247194c3eb3718b2f4e Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 16 Feb 2022 22:24:35 +0100 Subject: Debug capture --- src/ChessArbiter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ChessArbiter.hpp') 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(); -- cgit v1.2.3