fixed expert board size
This commit is contained in:
parent
e9ed0ed5c3
commit
6c3bd2a009
@ -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