fixed expert board size
This commit is contained in:
parent
b950ca7695
commit
51bcabbbb6
@ -354,8 +354,8 @@ int main()
|
||||
}
|
||||
else
|
||||
{
|
||||
w = 16;
|
||||
h = 30;
|
||||
w = 30;
|
||||
h = 16;
|
||||
mines = 99;
|
||||
}
|
||||
Board board(w, h, mines);
|
||||
|
Loading…
x
Reference in New Issue
Block a user