billforsternz / thc-chess-library

General Purpose Rules of Chess Library for C++
MIT License
38 stars 13 forks source link

Removing move from history with PopMove() call #6

Closed afentev closed 3 years ago

afentev commented 3 years ago

I noticed that your code does not remove poped move from the history array. I think that Popmove function should do this.