Fix Reversi style piece flips
authorFabian Fichter <ianfab@users.noreply.github.com>
Sun, 2 Jan 2022 12:08:30 +0000 (13:08 +0100)
committerFabian Fichter <ianfab@users.noreply.github.com>
Sun, 2 Jan 2022 12:08:30 +0000 (13:08 +0100)
commit6bdcdd85c8d6a471a266a7644ba54b13796c437a
tree671c93c5e3867fe54afe77b811d8d6ac485dd80d
parent42b94a38be675c4363a15fd8544f8f881b3afc59
Fix Reversi style piece flips

between_bb was redefined in an upstream merge,
which broke the implementation for Reversi/Othello.
src/position.cpp