@@ -65,7 +65,7 @@ int main(void)
int y = rand() % HEIGHT;
probe:
if (probe(x, y, field) == DEAD) {
if (field[x][y] != MINE && probe(x, y, field) == DEAD) {
field[x][y] = KILLER;
break;
}
The note is not visible to the blocked user.