Small codestyle touches

Mostly suggested by Justin (UncombedCoconut), the 0ULL -> 0 conversion
is mine.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-10-09 13:05:58 +01:00
parent 9ca4359f36
commit 7733dadfd7
10 changed files with 23 additions and 24 deletions

View File

@@ -66,7 +66,7 @@ private:
int badCaptureThreshold, phase;
const uint8_t* phasePtr;
MoveStack *curMove, *lastMove, *lastGoodNonCapture, *badCaptures;
MoveStack moves[256];
MoveStack moves[MOVES_MAX];
};