Fix incheck by pawns for checkered
[vchess.git] / public / javascripts / base_rules.js
index 7f4052a..11de147 100644 (file)
@@ -712,7 +712,7 @@ class ChessRules
                VariantRules.PlayOnBoard(this.board, move);
        }
 
-       undo(move, ingame)
+       undo(move)
        {
                VariantRules.UndoOnBoard(this.board, move);
                this.epSquares.pop();