X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame_sp%2Finit.c;h=5fb36f19d265af74699fea4965436e30d51822c2;hb=e742774a369161df5592ec2d7c553ea6d1143de3;hp=b3a1acb802bfb6bc60057ebb25c70b1908976cfa;hpb=b6191e2bcd1c798efe34d42284ae4ba0b17d6836;p=rocksndiamonds.git diff --git a/src/game_sp/init.c b/src/game_sp/init.c index b3a1acb8..5fb36f19 100644 --- a/src/game_sp/init.c +++ b/src/game_sp/init.c @@ -14,7 +14,8 @@ static void init_struct_functions() Stage.ScrollTowards = &DDScrollBuffer_ScrollTowards; Stage.SoftScrollTo = &DDScrollBuffer_SoftScrollTo; - StretchedSprites.BltEx = &DDSpriteBuffer_BltEx; + StretchedSprites.BltEx = &DDSpriteBuffer_BltEx; + StretchedSprites.BltImg = &DDSpriteBuffer_BltImg; } static void init_global_values()