populateBoard() fixed
This commit is contained in:
parent
c740e49105
commit
a82989cdfc
|
|
@ -72,7 +72,7 @@ public class Board {
|
||||||
Board[x][7] = new Piece(x,7,'P','W');
|
Board[x][7] = new Piece(x,7,'P','W');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*coucou noa*/
|
||||||
public void cleanBoard() {
|
public void cleanBoard() {
|
||||||
//TODO
|
//TODO
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue