From 2c6b3b89da2a728ba6683d9f4455139372beb21b Mon Sep 17 00:00:00 2001 From: John Fultz Date: Mon, 14 Jan 2019 02:46:35 -0600 Subject: Fix #21, committing a phoney cannot be canceled. When going back to edit history, typing a phoney correctly brought up a dialog, but indicating you wanted to cancel the phoney play didn't stop the play from going down, or a subsequent computer player from making its play. --- quacker/view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quacker/view.h') diff --git a/quacker/view.h b/quacker/view.h index 2cde406..dd8f40e 100644 --- a/quacker/view.h +++ b/quacker/view.h @@ -59,7 +59,7 @@ signals: // emit to alert the rest of the application to show this // as candidate move - may eventually trigger positionChanged // in response - void setCandidateMove(const Quackle::Move &move); + void setCandidateMove(const Quackle::Move &move, bool *carryOnPtr = nullptr); void removeCandidateMoves(const Quackle::MoveList &moves); void commit(); -- cgit v1.2.3