Update animation trigger

This commit is contained in:
Loic Guegan 2023-01-01 14:35:20 +01:00
parent 679c735596
commit 0cb695a22b
2 changed files with 30 additions and 35 deletions

View file

@ -13,6 +13,7 @@ class GameTabLeftPanel : public TabGameLeftPanel {
BoardCanvas *board_canvas;
std::string last_absolute_move;
bool repeat;
HalfMove *last_move;
public:
GameTabLeftPanel(wxFrame *parent, std::shared_ptr<Game> game);