fixed expert board size

This commit is contained in:
thorium1256 2025-06-25 15:26:28 +03:00
parent b950ca7695
commit 51bcabbbb6

View File

@ -354,8 +354,8 @@ int main()
}
else
{
w = 16;
h = 30;
w = 30;
h = 16;
mines = 99;
}
Board board(w, h, mines);