Skip to content

Commit

Permalink
- Resolved a todo item.
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelVI13 committed May 6, 2019
1 parent 13eb51d commit e88879d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/gui_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def subcell_clicked(self, cell):
return

if cell not in self.allowed_cells:
return # todo raise warning or display text
return

cell.player = self.board.playerJustMoved * -1
self.clicked_cells.add(cell)
Expand Down

0 comments on commit e88879d

Please sign in to comment.