rnd-20021215-2-src
[rocksndiamonds.git] / src / tools.c
index e241c79adb289bdb3fe69614687019ebf79a8aed..7a99fd61f9a41ef90f119071d87464235575708c 100644 (file)
@@ -790,7 +790,7 @@ void DrawGraphicAnimation(int x, int y, int graphic)
   MarkTileDirty(x, y);
 }
 
-#if 1
+#if 0
 void getOldGraphicSource(int graphic, Bitmap **bitmap, int *x, int *y)
 {
   if (graphic >= 0 && graphic_info[graphic].bitmap != NULL)