aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/board/board.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/board/board.cpp b/src/board/board.cpp
index c8b29e5..09c7a25 100644
--- a/src/board/board.cpp
+++ b/src/board/board.cpp
@@ -418,7 +418,7 @@ void UndoMove(Undo undo, Game *g) {
}
g->history.pop_back();
-
+
UpdateHelpers(g);
};
void UpdateHelpers(Game *g) {