From 841715a78b8f238eb853232bc5e1828ce36ee5d9 Mon Sep 17 00:00:00 2001 From: Eric House Date: Sun, 21 Feb 2016 08:01:27 -0800 Subject: [PATCH] pass constant --- xwords4/common/scorebdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/common/scorebdp.c b/xwords4/common/scorebdp.c index 28ac14b5c..0a3f848f6 100644 --- a/xwords4/common/scorebdp.c +++ b/xwords4/common/scorebdp.c @@ -423,7 +423,7 @@ handlePenUpScore( BoardCtxt* board, XP_U16 xx, XP_U16 yy ) } else if ( --rectNum >= 0 ) { XP_Bool canSwitch = board->gameOver || board->allowPeek; if ( canSwitch ) { - board_selectPlayer( board, rectNum, canSwitch ); + board_selectPlayer( board, rectNum, XP_TRUE ); } else { penTimerFiredScore( board ); }