Debug and Improve tests:

- Debug missing NAG in HalfMove Copy function
- Improve combined tests
This commit is contained in:
Loic Guegan 2022-01-26 18:36:48 +01:00
parent 5de6bf399b
commit 0fa6b682f5
2 changed files with 23 additions and 4 deletions

View file

@ -50,6 +50,7 @@ void HalfMove::Copy(HalfMove *copy) {
copy->isBlack = isBlack;
copy->move = move;
copy->comment = comment;
copy->NAG = NAG;
// Copy MainLine
if (MainLine != NULL) {