summaryrefslogtreecommitdiff
path: root/move.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-08-21 14:14:52 -0400
committerpommicket <pommicket@gmail.com>2025-08-21 14:14:52 -0400
commitfe37762ef767818eb7edfb8de4e64bc638b3db5b (patch)
treebc1f1344d9d714567155b09a0f19d06197e0fb52 /move.h
parent2a724471eb4c588b9f28dc807cb9eae7a1cfaf2f (diff)
Show endgame sequence in move comment
Diffstat (limited to 'move.h')
-rw-r--r--move.h4
1 files changed, 2 insertions, 2 deletions
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;