diff options
author | John Fultz <jfultz@wolfram.com> | 2016-07-07 11:26:21 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2016-07-07 11:44:48 -0500 |
commit | eb7f35652ca22bfd7d42ffd02678ce730597ae36 (patch) | |
tree | 749e1f16842cc9e6805ef11dbbe2ddffb8a95892 /sim.cpp | |
parent | e1592dfbc6972dda664d7e1a3c208a9921691149 (diff) |
Increment version number and copyright date.
Also, fix a typo and remove dead code.
Diffstat (limited to 'sim.cpp')
-rw-r--r-- | sim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -315,7 +315,7 @@ void Simulator::simulate(int plies) { LetterString deadwood; deadwoodScore = m_simulatedGame.currentPosition().deadwood(&deadwood); - // accont for deadwood in this move rather than a separate + // account for deadwood in this move rather than a separate // UnusedTilesBonus move. move.score += deadwoodScore; } |