mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Privated methods that didn't have to be public
This commit is contained in:
@@ -322,7 +322,6 @@ public final class ReversiGame {
|
||||
if (isLegalMove) {
|
||||
moves = game.getFlipsForPotentialMove(
|
||||
new Point(cellEntered%game.getColumnSize(),cellEntered/game.getRowSize()),
|
||||
game.makeBoardAGrid(),
|
||||
game.getCurrentPlayer());
|
||||
}
|
||||
canvas.drawHighlightDots(moves);
|
||||
|
||||
Reference in New Issue
Block a user