diff options
Diffstat (limited to 'reporter.cpp')
-rw-r--r-- | reporter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reporter.cpp b/reporter.cpp index c844afa..7054763 100644 --- a/reporter.cpp +++ b/reporter.cpp @@ -156,6 +156,7 @@ void Reporter::reportPosition(const GamePosition &position, ComputerPlayer *comp break; case Move::Exchange: + case Move::BlindExchange: s << MARK_UV("xch"); break; |