It was using a duplication of the arctis image.
authorRicardo Cruz <rick2@aeiou.pt>
Mon, 17 May 2004 10:13:17 +0000 (10:13 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Mon, 17 May 2004 10:13:17 +0000 (10:13 +0000)
SVN-Revision: 1236

src/title.cpp

index daf82ff..3b14759 100644 (file)
@@ -226,7 +226,7 @@ void title(void)
   updatescreen();
 
   /* Load images: */
-  bkg_title = new Surface(datadir + "/images/title/background.jpg", IGNORE_ALPHA);
+  bkg_title = new Surface(datadir + "/images/background/arctis.jpg", IGNORE_ALPHA);
   logo = new Surface(datadir + "/images/title/logo.png", USE_ALPHA);
   img_choose_subset = new Surface(datadir + "/images/status/choose-level-subset.png", USE_ALPHA);