rnd-20091112-1-src
[rocksndiamonds.git] / src / game_sp / main_sp.h
index d9294194132c2bf45cafe567410fcba0ef5b0de1..7e0480e2c9f6fea89103b15e52fbfa4329e8571f 100644 (file)
@@ -40,8 +40,8 @@
 #define SCR_MENUY              12
 #define SCR_FIELDX             17
 #define SCR_FIELDY             17
-#define MAX_BUF_XSIZE          (SCR_FIELDX + 2)
-#define MAX_BUF_YSIZE          (SCR_FIELDY + 2)
+#define MAX_BUF_XSIZE          (2 + SCR_FIELDX + 2)
+#define MAX_BUF_YSIZE          (2 + SCR_FIELDY + 2)
 
 /* often used screen positions */
 #define SX                     8