We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3d830 commit 737d9a6Copy full SHA for 737d9a6
src/wbrdbuf.cpp
@@ -189,8 +189,6 @@ void BoardDisplayBuffer::drawSquare (
189
HPEN hpen;
190
HPEN oldpen;
191
192
- // FIXFIXFIX_GRAPHICS - render light and dark squares beneath transparent bitmaps
193
-
194
switch ( square )
195
{
196
case WPAWN: hbm = wp; break;
src/wingui.cpp
@@ -3248,9 +3248,9 @@ LRESULT CALLBACK ChessWndProc (
3248
LPARAM(&localProm) );
3249
3250
if ( localProm != R_INDEX &&
3251
- localProm != B_INDEX &&
3252
- localProm != N_INDEX &&
3253
- localProm != Q_INDEX )
+ localProm != B_INDEX &&
+ localProm != N_INDEX &&
+ localProm != Q_INDEX )
3254
3255
localProm = Q_INDEX;
3256
}
0 commit comments