Skip to content

Commit

Permalink
Merge pull request #180 from kobanium/fix#177
Browse files Browse the repository at this point in the history
fix #177
  • Loading branch information
kobanium authored Sep 9, 2024
2 parents 90e9268 + 237861d commit 52b8b5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gtp/Gtp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1295,9 +1295,9 @@ GTP_cgos_genmove_analyze( void )
if (point != RESIGN) {
PutStone(game, point, color);

CgosAnalyzeData data(GetRootNode(), color);
analyze_data = data.GetJsonData();
}
CgosAnalyzeData data(GetRootNode(), color);
analyze_data = data.GetJsonData();

IntegerToString(point, pos);

Expand Down

0 comments on commit 52b8b5b

Please sign in to comment.