X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fanim.c;h=5967bb735525e288e93621c3379ff248c2af75d1;hb=a9e8a4cac51cb2856f339d84bab5e07e8be75037;hp=222369e1abb3b0c364e6198dfae4f23bae4256b8;hpb=38a107846ee06e0643bc50ee270962b3c8872cb0;p=rocksndiamonds.git diff --git a/src/anim.c b/src/anim.c index 222369e1..5967bb73 100644 --- a/src/anim.c +++ b/src/anim.c @@ -781,6 +781,8 @@ static void BlitGlobalAnimation(struct GlobalAnimPartControlInfo *part, dst_x += part->viewport_x; dst_y += part->viewport_y; + SetBitmapAlphaNextBlit(src_bitmap, g->alpha); + if (drawing_target == DRAW_TO_SCREEN) blit_screen(src_bitmap, src_x, src_y, width, height, dst_x, dst_y);