X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftools.c;h=42e8225425cc96dc7d70c1f410a016e22ed233c5;hb=d45b35552f4ca1ada1266fb7e8b6968d878019a6;hp=c6cd967aaf11dff43d2dfe7e6d038119a34606ce;hpb=949580a3bafe5c8abd1fac99202411b65900b883;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index c6cd967a..42e82254 100644 --- a/src/tools.c +++ b/src/tools.c @@ -7789,11 +7789,6 @@ void getGraphicSource_SP(struct GraphicInfo_SP *g_sp, getGraphicSource(graphic, frame, &g_sp->bitmap, &g_sp->src_x, &g_sp->src_y); } -boolean isRandomAnimation_SP(int graphic) -{ - return (ANIM_MODE(graphic) == ANIM_RANDOM); -} - boolean isNextAnimationFrame_SP(int graphic, int sync_frame) { return (IS_NEXT_FRAME(sync_frame, graphic));