Use move assignment in movegen.h

No functional change and same speed (tested with perft)
This commit is contained in:
Marco Costalba
2015-02-01 16:32:21 +01:00
parent e56e5045dd
commit 1c7a727795
2 changed files with 19 additions and 19 deletions

View File

@@ -245,7 +245,7 @@ void MovePicker::generate_next_stage() {
/* Fall through */
case STOP:
endMoves = cur + 1; // Avoid another next_phase() call
endMoves = cur + 1; // Avoid another generate_next_stage() call
break;
default: