projects
/
xboard.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Don't disturb background observe when receiving new piece
[xboard.git]
/
backend.c
diff --git
a/backend.c
b/backend.c
index
18d48ce
..
00b2d0e
100644
(file)
--- a/
backend.c
+++ b/
backend.c
@@
-3647,7
+3647,7
@@
read_from_ics(isr, closure, data, count, error)
gameInfo.white, white_holding,
gameInfo.black, black_holding);
}
gameInfo.white, white_holding,
gameInfo.black, black_holding);
}
-
+ if(!partnerUp) // [HGM] bughouse: when peeking at partner game we already know what he captured...
DrawPosition(FALSE, boards[currentMove]);
DisplayTitle(str);
} else if(appData.bgObserve) { // [HGM] bughouse: holdings of other game => background
DrawPosition(FALSE, boards[currentMove]);
DisplayTitle(str);
} else if(appData.bgObserve) { // [HGM] bughouse: holdings of other game => background