Skip to content

Commit

Permalink
Unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Gneo58 committed Jun 21, 2022
1 parent 35b657a commit 133a362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mine Sweeper/Board.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ struct Point

void IncrementAroundMines() { _aroundMines++; }
void InstallMine() { _isMine = true; }
void Discover() { _isKnown = true; } // Sets _isKnown = true
void Discover() { _isKnown = true; }
void SetFlag() { _isFlag = !_isFlag; }
};

Expand Down

0 comments on commit 133a362

Please sign in to comment.