Minesweeper game/D: Difference between revisions

Updated minesweeper_main1 D module
(minesweeper1 module updated)
(Updated minesweeper_main1 D module)
 
Line 87:
}
 
autoGameBoard.Cell cell = board[row, column];
 
if (action == Action.flag) {