X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibgame%2Fsystem.c;h=ed73cb5bf3c5129092af6f764c38cd8f725ddd23;hb=0661d1d004cf01e6818d9005e532e3810f812f79;hp=704c5b252c78a2de7aa54ed34385c3398a27b4e4;hpb=322c8667eecfd313a24523a489b06b8454005d68;p=rocksndiamonds.git diff --git a/src/libgame/system.c b/src/libgame/system.c index 704c5b25..ed73cb5b 100644 --- a/src/libgame/system.c +++ b/src/libgame/system.c @@ -917,6 +917,7 @@ void CreateBitmapWithSmallBitmaps(Bitmap *old_bitmap, int zoom_factor) #endif + old_bitmap->width = new_bitmap->width; old_bitmap->height = new_bitmap->height; FreeBitmap(new_bitmap);