mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +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,
|
result = server_commitTrade( board->server,
|
||||||
board->traySelBits[turn] );
|
board->traySelBits[turn] );
|
||||||
/* XP_DEBUGF( "server_commitTrade returned %d\n", result ); */
|
/* XP_DEBUGF( "server_commitTrade returned %d\n", result ); */
|
||||||
board->traySelBits[turn] = 0x00;
|
|
||||||
}
|
}
|
||||||
|
board->traySelBits[turn] = 0x00;
|
||||||
} else {
|
} else {
|
||||||
XP_Bool warn, legal;
|
XP_Bool warn, legal;
|
||||||
WordNotifierInfo info;
|
WordNotifierInfo info;
|
||||||
|
|
Loading…
Reference in a new issue