X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.c;h=ed73cb5bf3c5129092af6f764c38cd8f725ddd23;hb=9583e9c55b889974e0df9a8ca1930efdf29bda29;hp=704c5b252c78a2de7aa54ed34385c3398a27b4e4;hpb=7d171d862abdecced79f60535b49a686386cefe1;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);