Skip to content

Commit 2fa40e8

Browse files
author
Sean Thames
committedJul 14, 2013
commented out the line that shows where the bomb is.
1 parent af10053 commit 2fa40e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎m8/ex12/MineField2.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public MineField2()
9393

9494
add(gameContainer, BorderLayout.CENTER);
9595
drawGameGrid();
96-
placeBomb(bombLocation);
96+
// placeBomb(bombLocation); // Uncomment this if you want to know where it is
9797

9898
toggleGame();
9999
}

0 commit comments

Comments
 (0)
Please sign in to comment.