Skip to content

Commit

Permalink
[GUI] Enabled automatic turns feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dodikk committed Dec 19, 2015
1 parent d858145 commit de14b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reversi/Assets/BoardEventsHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ private void populateLabels()

#endregion

private bool IS_OPPONENT_PLAYER_AI = false;
private bool IS_OPPONENT_PLAYER_AI = true;

private const int BOARD_SIZE = 8;
private const string CELL_TAG = "FieldCell";
Expand Down

0 comments on commit de14b38

Please sign in to comment.