rnd-20070414-2-src
[rocksndiamonds.git] / src / main.c
index 58b615071e65f342c848b215d3b17cc4bca16ab9..891e93e72e96d47cdf58d1117f9cc8a4e7d46f58 100644 (file)
@@ -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;