From fe37762ef767818eb7edfb8de4e64bc638b3db5b Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 21 Aug 2025 14:14:52 -0400 Subject: Show endgame sequence in move comment --- move.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'move.h') diff --git a/move.h b/move.h index 506fe5d..88db4d7 100644 --- a/move.h +++ b/move.h @@ -59,8 +59,8 @@ public: int startrow = 0; int startcol = 0; - // Human-readable outcomes for pre-endgame solving - std::string outcomes; + // Human-readable extra information about move (e.g. used for pre-endgame outcomes) + std::string comment; // returns whether this is not a Nonmove bool isAMove() const; -- cgit v1.2.3