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:
Dylan Smith 2008-06-24 14:09:34 -04:00 committed by Alexandre Julliard
parent 2d02cb056d
commit 8f1a85e4d5
1 changed files with 2 additions and 2 deletions

View File

@ -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