rnd-20100619-1-src
[rocksndiamonds.git] / src / tape.c
index bc258b66fae809f9b53889abf9958a0048b38454..cf72eda3066aeefdecfd201ea5186a03eb274130 100644 (file)
@@ -409,18 +409,6 @@ void DrawVideoDisplay(unsigned long state, unsigned long value)
            video_pos[i][j].pos->y < 0)
          continue;
 
-#if 0
-       printf("::: %d: %d, %ld\n",
-              i,
-              video_pos[i][j].graphic,
-              graphic_info[video_pos[i][j].graphic].bitmap);
-#endif
-
-#if 0
-       if (i < 9)
-         continue;
-#endif
-
        if (state & (1 << (i * 2 + k)))
        {
          struct GraphicInfo *gfx_bg = &graphic_info[IMG_BACKGROUND_TAPE];
@@ -447,20 +435,6 @@ void DrawVideoDisplay(unsigned long state, unsigned long value)
            gd_y = gfx_bg->src_y + pos->y;
          }
 
-#if 0
-         printf("::: %d (%d): %d, %ld - %d [%d] [%d] [%d]\n",
-                i, k,
-                video_pos[i][j].graphic,
-                graphic_info[video_pos[i][j].graphic].bitmap,
-                gfx->bitmap,
-                gd_bitmap,
-                (gd_bitmap == NULL),
-                0);
-
-         if (gd_bitmap == NULL)
-           printf("::: gfx %d skipped\n", video_pos[i][j].graphic);
-#endif
-
          /* some tape graphics may be undefined -- only draw if defined */
          if (gd_bitmap != NULL)
            BlitBitmap(gd_bitmap, drawto, gd_x, gd_y, gfx->width, gfx->height,