Skip to content

Commit

Permalink
Minor GameState consistency fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcp committed Jan 4, 2018
1 parent 9eb0a59 commit 6be5302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GameState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ bool GameState::play_textmove(std::string color, std::string vertex) {
int move = board.get_vertex(column, row);

set_to_move(who);
play_move(who, move);
play_move(move);

return true;
}
Expand Down

0 comments on commit 6be5302

Please sign in to comment.