Remove old comment

This commit is contained in:
filifa 2024-03-19 20:38:20 -05:00
parent 5845156e15
commit e97389fdbf
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ class Board:
return (self.squares.index(row), row.index(s)) return (self.squares.index(row), row.index(s))
# Places mines in such a way that the first space clicked will be a 0 space # Places mines in such a way that the first space clicked will be a 0 space
# Returns False if a mine was clicked, returns True otherwise
# Also starts timer # Also starts timer
def place_mines(self, mousepos): def place_mines(self, mousepos):
square = self.get_clicked_square(mousepos) square = self.get_clicked_square(mousepos)