X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FDDSpriteBuffer.c;fp=src%2Fgame_sp%2FDDSpriteBuffer.c;h=5d5fc38f14a72fdb5f6724da022fc379a194bad5;hb=96f2e9a0b1306fa108f3f7e81ad8b8d323ca5517;hp=9865b93053a3ab9467cdc455cf06267317ebb3e9;hpb=92ae204856b3b41863f4244dd75cc5c7268f034d;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); }