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 4b13161..92435d6 100644
--- a/reporter.cpp
+++ b/reporter.cpp
@@ -152,6 +152,7 @@ void Reporter::reportPosition(const GamePosition &position, ComputerPlayer *comp
switch ((*it).action)
{
case Move::Place:
+ case Move::PlaceError:
s << (*it).positionString();
break;