rnd-20041129-1-src
[rocksndiamonds.git] / src / game_em / main_em.h
index cf583dbb0716c56b96c0de1a71043557750b0dd9..a525bbf35a80799a8348fe8eb05fcbea22721e95 100644 (file)
@@ -635,6 +635,11 @@ struct GraphicInfo_EM
   int dst_offset_x, dst_offset_y;
   int width, height;
 
+  boolean has_crumbled_graphics;
+  Bitmap *crumbled_bitmap;
+  int crumbled_src_x, crumbled_src_y;
+  int crumbled_border_size;
+
   int unique_identifier;       /* used to identify needed screen updates */
 };