]> git.sesse.net Git - stockfish/commit
Fix TB after capture_stage fix
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 5 Mar 2023 16:26:12 +0000 (17:26 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Wed, 8 Mar 2023 06:14:49 +0000 (07:14 +0100)
commit6ce225bb4c31298b131714eff67b56de3b8ee78d
tree481a802d37a19f5e270d5e524c86619fd8d91bd6
parent70dfa141d560c18cd1aa28884b7cd8ab0f094944
Fix TB after capture_stage fix

https://github.com/official-stockfish/Stockfish/commit/5c75c1c2fbb7bb4f0bf7c44fb855c415b788cbf7
introduced a capture_stage() function, but TB usage needs a pure capture() function.

closes https://github.com/official-stockfish/Stockfish/pull/4428

No functional change.
src/position.h
src/syzygy/tbprobe.cpp