Some renaming in MovePicker

No functional change.
This commit is contained in:
Marco Costalba
2013-07-21 09:54:56 +02:00
parent 71dd8a333f
commit f73bb438aa
2 changed files with 12 additions and 12 deletions

View File

@@ -102,7 +102,7 @@ private:
Move ttMove;
ExtMove killers[4];
Square recaptureSquare;
int captureThreshold, phase;
int captureThreshold, stage;
ExtMove *cur, *end, *endQuiets, *endBadCaptures;
ExtMove moves[MAX_MOVES];
};