aboutsummaryrefslogtreecommitdiff
path: root/src/MainWindow.cpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-12-29 12:28:51 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-12-29 12:28:51 +0100
commitaa94a41353e5df639548ce2ca21a0db83f7c3027 (patch)
treedd6c499f5b20000262256f4a311942f58b42b686 /src/MainWindow.cpp
parent756c888145f4c1046b25cad062af11c13596d50e (diff)
Debug pieces animation
Diffstat (limited to 'src/MainWindow.cpp')
-rw-r--r--src/MainWindow.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp
index e5f11f9..344b249 100644
--- a/src/MainWindow.cpp
+++ b/src/MainWindow.cpp
@@ -57,13 +57,9 @@ MainWindow::MainWindow()
NewGame(std::shared_ptr<Game>(new Game()));
-
// Temporary TO REMOVE JUST FOR TESTS:
- /*BaseTab *bt = new BaseTab((wxFrame *)notebook, "/home/loic/pgn/Milov.pgn");
+ BaseTab *bt = new BaseTab((wxFrame *)notebook, "/home/loic/pgn/twic1467.pgn");
this->AddPage(bt,bt);
-
- bt = new BaseTab((wxFrame *)notebook, "/home/loic/jean.pgn");
- this->AddPage(bt,bt);*/
}
void MainWindow::AddPage(wxWindow* window, TabInfos* infos){