fixed expert board size

This commit is contained in:
thorium1256 2025-06-25 15:26:28 +03:00
parent b878c2ddb3
commit d8eb655dd7

View File

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