X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.c;h=d5504854bc13d90f30ee9c1a3f9f8adf3387ac2f;hp=7321731c75110895a24c6c0380a5036cdf338ee2;hb=bd01321d14510fd3718ec7ffb31edab10dbc8b11;hpb=efcd338d72a50e7972c3d28fe37b925c2cf7434f diff --git a/src/libgame/system.c b/src/libgame/system.c index 7321731c..d5504854 100644 --- a/src/libgame/system.c +++ b/src/libgame/system.c @@ -1388,7 +1388,13 @@ static void CreateScaledBitmaps(Bitmap **bitmaps, int zoom_factor, free_old_bitmap = FALSE; if (free_old_bitmap) + { + /* copy image filename from old to new standard sized bitmap */ + bitmaps[IMG_BITMAP_STANDARD]->source_filename = + getStringCopy(old_bitmap->source_filename); + FreeBitmap(old_bitmap); + } } else {