Debug HalfMove and pgn loader

This commit is contained in:
Loic Guegan 2022-02-24 19:11:44 +01:00
parent 065be164cc
commit 8e4a89ea73
5 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ BaseTab::BaseTab(wxFrame *parent)
}
void BaseTab::OnBim(wxCommandEvent &event) {
// LoadFile("/home/loic/hartwig.pgn");
LoadFile("/home/loic/hartwig.pgn");
}
void BaseTab::OnOpenGame(wxListEvent &event) {