Debug PGN export

This commit is contained in:
Loic Guegan 2022-02-28 22:06:33 +01:00
parent 2a167cd107
commit 973104f58c

View file

@ -203,7 +203,7 @@ std::string HalfMove::GetPGN(bool needDots) {
}
if (mainline != NULL) {
part += " " + mainline->GetPGN(newNeedDots);
part += " " + mainline->GetPGN(!IsBlack && newNeedDots);
}
return (part);