rnd-20100417-1-src
[rocksndiamonds.git] / src / game_sp / DDSpriteBuffer.c
index 863aac39f4a8e9f2516ea96f8082fc565e365058..4683d319d1829b2c4d646f2985e8362705ed2858 100644 (file)
@@ -24,7 +24,7 @@ static void Blt(int pX, int pY, Bitmap *bitmap, int SpriteX, int SpriteY)
   if (pX < sx1 || pX > sx2 || pY < sy1 || pY > sy2)
     return;
 
-  BlitBitmap(bitmap, screenBitmap, SpriteX, SpriteY,
+  BlitBitmap(bitmap, bitmap_db_field_sp, SpriteX, SpriteY,
             TILEX, TILEY, sx, sy);
 }