pass constant

This commit is contained in:
Eric House 2016-02-21 08:01:27 -08:00
parent 19d1a6059e
commit 841715a78b

View file

@ -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 );
}