X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame_em%2Fmain_em.h;h=a525bbf35a80799a8348fe8eb05fcbea22721e95;hb=3efd775191c8182a1980b110461ad2a359fb0d27;hp=cf583dbb0716c56b96c0de1a71043557750b0dd9;hpb=86e1890b2d87dd7710b320e2b306c7291d41e2a5;p=rocksndiamonds.git diff --git a/src/game_em/main_em.h b/src/game_em/main_em.h index cf583dbb..a525bbf3 100644 --- a/src/game_em/main_em.h +++ b/src/game_em/main_em.h @@ -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 */ };