aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/editor/EditorPanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game_tab/editor/EditorPanel.cpp')
-rw-r--r--src/game_tab/editor/EditorPanel.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/game_tab/editor/EditorPanel.cpp b/src/game_tab/editor/EditorPanel.cpp
index 846c0d7..dfbb35f 100644
--- a/src/game_tab/editor/EditorPanel.cpp
+++ b/src/game_tab/editor/EditorPanel.cpp
@@ -17,8 +17,10 @@ EditorPanel::EditorPanel(wxFrame *parent, Game *game)
tagTextCtrl->SetHint("Tag");
valueTextCtrl->SetHint("Value");
- LiveEngineDialog *diag=new LiveEngineDialog(this, "stockfish");
- diag->Show();
+ /*LiveEngineDialog *diag=new LiveEngineDialog(this, "Stockfish");
+ diag->SetFEN("rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1");
+
+ diag->Show();*/
RefreshTagsList();
// Bind events