X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibgame%2Fsystem.c;h=51e8df8905b2a0f1e70e6a43e92bb0a12c5c9174;hb=80aa0e4b2b060112407417a9d2896395023a21cc;hp=6b070a262eb2f4c7f2797754c56703fea9bc44a3;hpb=ae1359da280d87576ff65d7cb5c407cd35983472;p=rocksndiamonds.git diff --git a/src/libgame/system.c b/src/libgame/system.c index 6b070a26..51e8df89 100644 --- a/src/libgame/system.c +++ b/src/libgame/system.c @@ -1180,7 +1180,9 @@ static void CreateScaledBitmaps(Bitmap *old_bitmap, int zoom_factor, int width_4, height_4; int width_8, height_8; int width_16, height_16; +#if 0 int width_32, height_32; +#endif int new_width, new_height; /* calculate new image dimensions for normal sized image */ @@ -1211,8 +1213,10 @@ static void CreateScaledBitmaps(Bitmap *old_bitmap, int zoom_factor, height_8 = height_1 / 8; width_16 = width_1 / 16; height_16 = height_1 / 16; +#if 0 width_32 = width_1 / 32; height_32 = height_1 / 32; +#endif UPDATE_BUSY_STATE();