rnd-20030107-1-src
[rocksndiamonds.git] / src / init.c
index a10e8e6bf80ad5b0f277531c85fddf3ae54e2bad..f497ec242599e9ff0e34c6605405b944da15dd74 100644 (file)
@@ -220,10 +220,8 @@ static void ReinitializeGraphics()
               new_graphic_info[IMG_FONT_SMALL].bitmap,
               new_graphic_info[IMG_FONT_EM].bitmap);
 
-  SetMainBackgroundBitmap(new_graphic_info[IMG_BACKGROUND_DEFAULT].bitmap);
-  SetDoorBackgroundBitmap(new_graphic_info[IMG_BACKGROUND_DOOR].bitmap ?
-                         new_graphic_info[IMG_BACKGROUND_DOOR].bitmap :
-                         new_graphic_info[IMG_BACKGROUND_DEFAULT].bitmap);
+  SetMainBackgroundImage(IMG_BACKGROUND_DEFAULT);
+  SetDoorBackgroundImage(IMG_BACKGROUND_DOOR);
 
   InitGadgets();
   InitToons();