diff options
Diffstat (limited to 'quacker/graphicalreporter.cpp')
-rw-r--r-- | quacker/graphicalreporter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quacker/graphicalreporter.cpp b/quacker/graphicalreporter.cpp index a7ca9f5..d234ff6 100644 --- a/quacker/graphicalreporter.cpp +++ b/quacker/graphicalreporter.cpp @@ -160,6 +160,7 @@ void GraphicalReporter::reportPosition(const Quackle::GamePosition &position, Qu switch ((*it).action) { case Quackle::Move::Place: + case Quackle::Move::PlaceError: { if (m_generateImages) { |