This commit is contained in:
LunarAkai 2024-03-24 21:28:10 +01:00
commit 213645802d

View file

@ -113,7 +113,7 @@ public class Game {
continue; continue;
} }
while (state[x][y].type == Cell.CellType.Mine) { if (state[x][y].type == Cell.CellType.Mine) {
i--; i--;
continue; continue;
} }