summaryrefslogtreecommitdiff
path: root/reporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'reporter.cpp')
-rw-r--r--reporter.cpp1
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;