X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=7a99fd61f9a41ef90f119071d87464235575708c;hb=b583d4fa28df35b6974bd075d3de65a841454556;hp=e241c79adb289bdb3fe69614687019ebf79a8aed;hpb=c6f9fba81fc59eff4b6b454dff92adecd28a7ad5;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index e241c79a..7a99fd61 100644 --- a/src/tools.c +++ b/src/tools.c @@ -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)