Skip to content

Commit

Permalink
Pointless Fix Reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
HiiYL committed Sep 9, 2014
1 parent a1208c7 commit ac9ac7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions player.hpp
Expand Up @@ -13,14 +13,14 @@ class Player {
bool checkTie(int index);
bool checkWin(int index);
bool checkWinAI(int index, int box_index);
char player_symbol;

private:
bool win;
std::vector<std::vector<char> >* grid_ptr;
int curr_grid_x; //remembers current grid for use with checking for tie
int curr_grid_y; //ditto
int curr_index;

char player_symbol;
bool tie;
};

Expand Down

0 comments on commit ac9ac7a

Please sign in to comment.