- moved loadshared() to the right point
[supertux.git] / src / resources.cpp
index 41e1773..b02fe49 100644 (file)
@@ -17,7 +17,6 @@ texture_type img_box_full;
 texture_type img_box_empty;
 texture_type img_mints;
 texture_type img_coffee;
-texture_type img_super_bkgd;
 texture_type img_red_glow;
 
 /* Load graphics/sounds shared between all levels: */
@@ -284,12 +283,6 @@ void loadshared()
                USE_ALPHA);
 
 
-  /* Super background: */
-
-  texture_load(&img_super_bkgd, datadir + "/images/shared/super-bkgd.png",
-               IGNORE_ALPHA);
-
-
   /* Sound effects: */
 
   /* if (use_sound) // this will introduce SERIOUS bugs here ! because "load_sound"