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

Alexandre Julliard julliard at winehq.org
Wed Jun 25 04:47:18 CDT 2008


Module: wine
Branch: master
Commit: 8f1a85e4d5feff011898e3bfc7c8f93f6b586dc2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8f1a85e4d5feff011898e3bfc7c8f93f6b586dc2

Author: Dylan Smith <dylan.ah.smith at gmail.com>
Date:   Tue Jun 24 14:09:34 2008 -0400

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

Windows uses a 9x9 instead of 8x8 board for beginner mode.

---

 programs/winemine/main.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/winemine/main.h b/programs/winemine/main.h
index 1b818cb..37fa768 100644
--- a/programs/winemine/main.h
+++ b/programs/winemine/main.h
@@ -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




More information about the wine-cvs mailing list