Commit 8f1a85e4 authored by Dylan Smith's avatar Dylan Smith Committed by Alexandre Julliard

winemine: Beginner mode should have one more row and column.

Windows uses a 9x9 instead of 8x8 board for beginner mode.
parent 2d02cb05
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment