gmchess
gmchess copied to clipboard
Would segmentfault in src/Engine.cc due to a typo
https://github.com/lerosua/gmchess/blob/master/src/Engine.cc#L512
It should be dst=src+ KnightMoveTab[k];
.