File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -293,16 +293,16 @@ struct Atomic {
293
293
std::atomic_bool ready;
294
294
};
295
295
296
- // We define types for the different parts of the WLDEntry and DTZEntry with
296
+ // We define types for the different parts of the WDLEntry and DTZEntry with
297
297
// corresponding specializations for pieces or pawns.
298
298
299
- struct WLDEntryPiece {
299
+ struct WDLEntryPiece {
300
300
PairsData* precomp;
301
301
};
302
302
303
303
struct WDLEntryPawn {
304
304
uint8_t pawnCount[2 ]; // [Lead color / other color]
305
- WLDEntryPiece file[2 ][4 ]; // [wtm / btm][FILE_A..FILE_D]
305
+ WDLEntryPiece file[2 ][4 ]; // [wtm / btm][FILE_A..FILE_D]
306
306
};
307
307
308
308
struct DTZEntryPiece {
@@ -334,7 +334,7 @@ struct WDLEntry : public TBEntry {
334
334
WDLEntry (const std::string& code, Variant v);
335
335
~WDLEntry ();
336
336
union {
337
- WLDEntryPiece pieceTable[2 ]; // [wtm / btm]
337
+ WDLEntryPiece pieceTable[2 ]; // [wtm / btm]
338
338
WDLEntryPawn pawnTable;
339
339
};
340
340
};
You can’t perform that action at this time.
0 commit comments