]> git.sesse.net Git - stockfish/commit - src/position.cpp
SEE: simplify stm variable initialization
authorpb00067 <pb00067@PHXL0356.wp.lan>
Wed, 7 Jul 2021 12:32:54 +0000 (14:32 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 13 Jul 2021 15:31:15 +0000 (17:31 +0200)
commitf4986f45967c613d92657f46b5a50f12dae15398
tree88145661d53336e7a5704738146e27f691d11140
parent09b6d28391cf582d99897360b225bcbbe38dd1c6
SEE: simplify stm variable initialization

Pull #3458 removed the only usage of pos.see_ge() moving pieces that
don't belong to the side to move, so we can simplify this, adding an assert.

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

No functional change
src/position.cpp