Searched refs:g_moveUndoStack (Results 1 – 1 of 1) sorted by relevance
1294 var g_moveUndoStack = new Array(); variable1671 …g_moveUndoStack[g_moveCount] = new UndoHistory(g_enPassentSquare, g_castleRights, g_inCheck, g_bas…1865 g_enPassentSquare = g_moveUndoStack[g_moveCount].ep;1866 g_castleRights = g_moveUndoStack[g_moveCount].castleRights;1867 g_inCheck = g_moveUndoStack[g_moveCount].inCheck;1868 g_baseEval = g_moveUndoStack[g_moveCount].baseEval;1869 g_hashKeyLow = g_moveUndoStack[g_moveCount].hashKeyLow;1870 g_hashKeyHigh = g_moveUndoStack[g_moveCount].hashKeyHigh;1871 g_move50 = g_moveUndoStack[g_moveCount].move50;1878 var captured = g_moveUndoStack[g_moveCount].captured;