X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fmain_em.h;h=1cc7a5b5b36e0f457e35115ae01ecd1e95bfae94;hb=524cb50afe3b330d72c8d0487f3db251f8ffd7e8;hp=a34f10fdf95e6c7d7ccb56bbc92881bb9d5e9749;hpb=0078fa1620abed262370083c0c6aa475a25e1b04;p=rocksndiamonds.git diff --git a/src/game_em/main_em.h b/src/game_em/main_em.h index a34f10fd..1cc7a5b5 100644 --- a/src/game_em/main_em.h +++ b/src/game_em/main_em.h @@ -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 */ };