X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fmain_sp.h;h=7e0480e2c9f6fea89103b15e52fbfa4329e8571f;hb=572a4bab20b6f36ef1a4782094b27ac5a703a476;hp=d9294194132c2bf45cafe567410fcba0ef5b0de1;hpb=70e95507923cc6cfb20d9e9a74e8f5cc5f6e44de;p=rocksndiamonds.git diff --git a/src/game_sp/main_sp.h b/src/game_sp/main_sp.h index d9294194..7e0480e2 100644 --- a/src/game_sp/main_sp.h +++ b/src/game_sp/main_sp.h @@ -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