summaryrefslogtreecommitdiff
path: root/move.h
diff options
context:
space:
mode:
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;