X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftools.c;h=8718bbe1055f1771ee7f869bfeafa1c72aa3756b;hp=1230cf0ab482d1e455907ffba4c854c0677b48c8;hb=e3cbfa14d95e8b7f48d9c3c78aef2d44eeff9e51;hpb=f00b6b1432dbaf42fcd8885d30fa890e3c2a93cc 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) {