mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 23:26:40 -08:00
Remove an unused variable from OneCheck.java.
This commit is contained in:
@@ -43,9 +43,7 @@ public class OneCheck {
|
||||
} // End of method showIntro
|
||||
|
||||
private void startGame() {
|
||||
|
||||
boolean playAgain = true;
|
||||
|
||||
|
||||
int fromSquare = 0;
|
||||
int numJumps = 0;
|
||||
int numPieces = 0;
|
||||
|
||||
Reference in New Issue
Block a user