fixed expert board size

This commit is contained in:
thorium1256 2025-06-25 15:26:28 +03:00
parent e9ed0ed5c3
commit 6c3bd2a009

View File

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