mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
pass constant
This commit is contained in:
parent
19d1a6059e
commit
841715a78b
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue