mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
clear multiple tile selection when trade ends even if cancelled
This commit is contained in:
parent
633d9eef55
commit
b6d30d9009
1 changed files with 1 additions and 1 deletions
|
@ -556,8 +556,8 @@ board_commitTurn( BoardCtxt* board )
|
|||
result = server_commitTrade( board->server,
|
||||
board->traySelBits[turn] );
|
||||
/* XP_DEBUGF( "server_commitTrade returned %d\n", result ); */
|
||||
board->traySelBits[turn] = 0x00;
|
||||
}
|
||||
board->traySelBits[turn] = 0x00;
|
||||
} else {
|
||||
XP_Bool warn, legal;
|
||||
WordNotifierInfo info;
|
||||
|
|
Loading…
Reference in a new issue