rnd-20050122-2-src
[rocksndiamonds.git] / src / game_em / main_em.h
index a34f10fdf95e6c7d7ccb56bbc92881bb9d5e9749..1cc7a5b5b36e0f457e35115ae01ecd1e95bfae94 100644 (file)
@@ -655,11 +655,13 @@ 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;
 
+  boolean has_crumbled_graphics;
+  boolean preserve_background;
+
   int unique_identifier;       /* used to identify needed screen updates */
 };