X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=1f1a925de4809b878aa380d0ae5a6d0eda9c7e84;hb=f6fe208025315d57ad9ed432ad11b6a8c463684c;hp=66f3cf724129c0da00f63558e303a3a8228fadcd;hpb=0f38cfdd905d52190ca959b75c849459cbc99144;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index 66f3cf72..1f1a925d 100644 --- a/src/tools.c +++ b/src/tools.c @@ -1110,7 +1110,7 @@ static int getGlobalGameStatus(int status) status); } -static Bitmap *getBitmapFromGraphicOrDefault(int graphic, int default_graphic) +Bitmap *getBitmapFromGraphicOrDefault(int graphic, int default_graphic) { if (graphic == IMG_UNDEFINED) return NULL;