X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftools.c;h=8718bbe1055f1771ee7f869bfeafa1c72aa3756b;hb=refs%2Ftags%2F4.0.1.4;hp=1230cf0ab482d1e455907ffba4c854c0677b48c8;hpb=7b3991f74b0e0dc6774453a59e674696560c2d93;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index 1230cf0a..8718bbe1 100644 --- a/src/tools.c +++ b/src/tools.c @@ -1444,13 +1444,6 @@ void getSizedGraphicSourceExt(int graphic, int frame, int tilesize, *y = *y * tilesize / g->tile_size; } -void getFixedGraphicSourceExt(int graphic, int frame, Bitmap **bitmap, - int *x, int *y, boolean get_backside) -{ - getSizedGraphicSourceExt(graphic, frame, TILESIZE, bitmap, x, y, - get_backside); -} - void getSizedGraphicSource(int graphic, int frame, int tilesize, Bitmap **bitmap, int *x, int *y) {