mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-07 02:26:29 +02:00
Debug PGN export
This commit is contained in:
parent
2a167cd107
commit
973104f58c
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ std::string HalfMove::GetPGN(bool needDots) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mainline != NULL) {
|
if (mainline != NULL) {
|
||||||
part += " " + mainline->GetPGN(newNeedDots);
|
part += " " + mainline->GetPGN(!IsBlack && newNeedDots);
|
||||||
}
|
}
|
||||||
|
|
||||||
return (part);
|
return (part);
|
||||||
|
|
Loading…
Add table
Reference in a new issue