Remove old comment
This commit is contained in:
parent
5845156e15
commit
e97389fdbf
1
board.py
1
board.py
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue