X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=394dc09881ecee62d363a07ee70eaa870b5a31bc;hb=4fcf5c6436d34bdc44bc534d21d9ec95bf072333;hp=4889094c0ee6521af635e08634133c4a9dd8e5b9;hpb=fe0d059d4646a35d85ef508c70eaaaae393302f2;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 4889094c..394dc098 100644 --- a/src/main.h +++ b/src/main.h @@ -30,9 +30,11 @@ #include "conf_gfx.h" #include "conf_snd.h" -#define IMG_EMPTY IMG_EMPTY_SPACE -#define IMG_SP_EMPTY IMG_SP_EMPTY_SPACE -#define IMG_CHAR_START IMG_CHAR_SPACE +#define IMG_UNDEFINED (-1) +#define IMG_EMPTY IMG_EMPTY_SPACE +#define IMG_SP_EMPTY IMG_SP_EMPTY_SPACE +#define IMG_CHAR_START IMG_CHAR_SPACE +#define IMG_CUSTOM_START IMG_CUSTOM_1 #define WIN_XSIZE 672 #define WIN_YSIZE 560 @@ -56,7 +58,7 @@ #define IN_SCR_FIELD(x,y) ((x)>=BX1 && (x)<=BX2 && (y)>=BY1 &&(y)<=BY2) #define IN_LEV_FIELD(x,y) ((x)>=0 && (x)=0 &&(y)