X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=3679d5503966117b64d10449f4facaefd4db5263;hb=4be46f1030df4cb7db0ce7c46d2518334861731a;hp=75eb0dc8f7860960edc5944ec03185bfe8cd6942;hpb=c12ae4bec59aed267be508426df06b948732daec;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 75eb0dc8..3679d550 100644 --- a/src/main.h +++ b/src/main.h @@ -30,10 +30,11 @@ #include "conf_gfx.h" #include "conf_snd.h" +#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_GENERIC_START IMG_GENERIC_0 +#define IMG_CUSTOM_START IMG_CUSTOM_1 #define WIN_XSIZE 672 #define WIN_YSIZE 560 @@ -57,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)