Debug CGEHalfMove::SetComment()

This commit is contained in:
Loic Guegan 2022-02-17 14:26:29 +01:00
parent bc55363569
commit 25f9d75f04

View file

@ -33,6 +33,10 @@ void CGEHalfMove::SetComment(const std::string &c) {
}
this->comment = c;
}
else {
this->comment="";
NbLineComment=0;
}
}
std::string CGEHalfMove::GetComment() { return (comment); }