rnd-20060715-1-src
[rocksndiamonds.git] / src / libgame / system.c
index 7d0351a6f804a0a823f3d8dafb936b147294a4fa..3c460375b03aa4ec67d7a0474413726a298a5d2f 100644 (file)
@@ -818,6 +818,9 @@ static void CreateScaledBitmaps(Bitmap *old_bitmap, int zoom_factor,
   else
     tmp_bitmap_1 = old_bitmap;
 
+  /* this is only needed to make compilers happy */
+  tmp_bitmap_2 = tmp_bitmap_8 = NULL;
+
   if (create_small_bitmaps)
   {
     /* calculate new image dimensions for small images */