I suck at code

This commit is contained in:
Evert Prants 2017-04-05 23:34:08 +03:00
parent f0e29d3bd8
commit c71b29212c
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@
startGame: () => {
Connect4.Game.places = [[],[],[],[],[],[],[],[],[]]
Connect4.ctx.clearRect(0, 0, Connect4.canvasW, Connect4.canvasH)
Connect4.Game.myTurn = true
let p = GameDrawer.padding