X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=77446322e7829462cae5eb3c73c6ab6978b68a81;hb=643bbf5bfe5db8cf56ff57f7e835e67053bb30ff;hp=58b615071e65f342c848b215d3b17cc4bca16ab9;hpb=914431754efb7c8c3321a68f8b828b471cf15e3c;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index 58b61507..77446322 100644 --- a/src/main.c +++ b/src/main.c @@ -75,6 +75,10 @@ int GfxElement[MAX_LEV_FIELDX][MAX_LEV_FIELDY]; int GfxAction[MAX_LEV_FIELDX][MAX_LEV_FIELDY]; int GfxDir[MAX_LEV_FIELDX][MAX_LEV_FIELDY]; +int ActiveElement[MAX_NUM_ELEMENTS]; +int ActiveButton[NUM_IMAGE_FILES]; +int ActiveFont[NUM_FONTS]; + int lev_fieldx, lev_fieldy; int scroll_x, scroll_y; @@ -5070,6 +5074,46 @@ struct ElementNameInfo element_name_info[MAX_NUM_ELEMENTS + 1] = "sb_default", "-" }, + { + "graphic_1", + "graphic", + "-" + }, + { + "graphic_2", + "graphic", + "-" + }, + { + "graphic_3", + "graphic", + "-" + }, + { + "graphic_4", + "graphic", + "-" + }, + { + "graphic_5", + "graphic", + "-" + }, + { + "graphic_6", + "graphic", + "-" + }, + { + "graphic_7", + "graphic", + "-" + }, + { + "graphic_8", + "graphic", + "-" + }, { "internal_clipboard_custom", "internal",