mirror of
https://gitlab.com/manzerbredes/chess-move-interface.git
synced 2025-05-01 09:27:44 +00:00
Debug and Improve tests:
- Debug missing NAG in HalfMove Copy function - Improve combined tests
This commit is contained in:
parent
5de6bf399b
commit
0fa6b682f5
2 changed files with 23 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue