fixed crash bug caused by custom loading screen support
[rocksndiamonds.git] / src / tools.c
index 66f3cf724129c0da00f63558e303a3a8228fadcd..1f1a925de4809b878aa380d0ae5a6d0eda9c7e84 100644 (file)
@@ -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;