removed unused function parameters
[rocksndiamonds.git] / src / game_sp / DDSpriteBuffer.c
index 9865b93053a3ab9467cdc455cf06267317ebb3e9..5d5fc38f14a72fdb5f6724da022fc379a194bad5 100644 (file)
@@ -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);
 }