diff options
Diffstat (limited to 'src/game_tab')
| -rw-r--r-- | src/game_tab/HalfMove.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game_tab/HalfMove.cpp b/src/game_tab/HalfMove.cpp index e366004..0aa957e 100644 --- a/src/game_tab/HalfMove.cpp +++ b/src/game_tab/HalfMove.cpp @@ -203,7 +203,7 @@ std::string HalfMove::GetPGN(bool needDots) { } if (mainline != NULL) { - part += " " + mainline->GetPGN(newNeedDots); + part += " " + mainline->GetPGN(!IsBlack && newNeedDots); } return (part); |
