remove unneccessary whiteturn var
This commit is contained in:
@@ -11,7 +11,6 @@ public class Chess extends JPanel implements ActionListener, MouseListener {
|
|||||||
|
|
||||||
// game vars
|
// game vars
|
||||||
int boardWidth, boardHeight;
|
int boardWidth, boardHeight;
|
||||||
boolean whiteTurn;
|
|
||||||
Timer gameTimer;
|
Timer gameTimer;
|
||||||
Color creme = new Color(254, 245, 218);
|
Color creme = new Color(254, 245, 218);
|
||||||
Color brown = new Color(121, 92, 50);
|
Color brown = new Color(121, 92, 50);
|
||||||
|
|||||||
Reference in New Issue
Block a user