X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FDDSpriteBuffer.c;h=5d5fc38f14a72fdb5f6724da022fc379a194bad5;hb=HEAD;hp=9865b93053a3ab9467cdc455cf06267317ebb3e9;hpb=64e7c54dce6ea8c063f04198c64c5057d751c928;p=rocksndiamonds.git diff --git a/src/game_sp/DDSpriteBuffer.c b/src/game_sp/DDSpriteBuffer.c index 9865b930..5d5fc38f 100644 --- a/src/game_sp/DDSpriteBuffer.c +++ b/src/game_sp/DDSpriteBuffer.c @@ -40,7 +40,7 @@ void DDSpriteBuffer_BltImg(int pX, int pY, int graphic, int sync_frame) if (graphic < 0) return; - getGraphicSource_SP(&g, graphic, sync_frame, -1, -1); + getGraphicSource_SP(&g, graphic, sync_frame); Blt(pX, pY, g.bitmap, g.src_x, g.src_y); }