X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=7b345be7156185460f9c2bfbb32db5d3b8708189;hb=7fbc29937c69f42e609080ddd29595e01750ec4c;hp=0adf9f70bb298dce0858735fd43d2017f33611c9;hpb=b6847742a0713d8ed21bb6104476db54f8c1a4b9;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 0adf9f70..7b345be7 100644 --- a/src/main.h +++ b/src/main.h @@ -31,8 +31,6 @@ #include "conf_mus.h" /* include auto-generated data structure definitions */ -#define CMD_SWITCH_LOAD_XSB_TO_CES (1 << 0) - #define IMG_UNDEFINED (-1) #define IMG_EMPTY IMG_EMPTY_SPACE #define IMG_SP_EMPTY IMG_SP_EMPTY_SPACE @@ -1520,7 +1518,9 @@ #define EL_QUICKSAND_FAST_EMPTY 861 #define EL_QUICKSAND_FAST_FULL 862 -#define NUM_FILE_ELEMENTS 863 +#define EL_FROM_LEVEL_TEMPLATE 863 + +#define NUM_FILE_ELEMENTS 864 /* "real" (and therefore drawable) runtime elements */