From: Ricardo Cruz Date: Mon, 17 May 2004 10:13:17 +0000 (+0000) Subject: It was using a duplication of the arctis image. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=a5db47684698915f6487a5c32ea462e21f0c5b22;p=supertux.git It was using a duplication of the arctis image. SVN-Revision: 1236 --- diff --git a/src/title.cpp b/src/title.cpp index daf82ffbf..3b1475962 100644 --- a/src/title.cpp +++ b/src/title.cpp @@ -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);