mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-07-05 03:37:40 +00:00
Debug HalfMove and pgn loader
This commit is contained in:
parent
065be164cc
commit
8e4a89ea73
5 changed files with 6 additions and 6 deletions
|
@ -69,6 +69,8 @@ void EditorCanvas::DrawElement(const cgeditor::Element &e) {
|
|||
p = 'Q';
|
||||
} else if (e.prop & cgeditor::Property::King) {
|
||||
p = 'K';
|
||||
} else if (e.prop & cgeditor::Property::Rook) {
|
||||
p = 'R';
|
||||
}
|
||||
if (e.prop & cgeditor::Property::Black) {
|
||||
p = std::tolower(p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue