From a5db47684698915f6487a5c32ea462e21f0c5b22 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Mon, 17 May 2004 10:13:17 +0000 Subject: [PATCH] It was using a duplication of the arctis image. SVN-Revision: 1236 --- src/title.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0