winemine: Beginner mode should have one more row and column.
Windows uses a 9x9 instead of 8x8 board for beginner mode.
This commit is contained in:
parent
2d02cb056d
commit
8f1a85e4d5
|
@ -19,8 +19,8 @@
|
|||
#include <windows.h>
|
||||
|
||||
#define BEGINNER_MINES 10
|
||||
#define BEGINNER_COLS 8
|
||||
#define BEGINNER_ROWS 8
|
||||
#define BEGINNER_COLS 9
|
||||
#define BEGINNER_ROWS 9
|
||||
|
||||
#define ADVANCED_MINES 40
|
||||
#define ADVANCED_COLS 16
|
||||
|
|
Loading…
Reference in New Issue