[Super-tux-commit] supertux/src title.cpp,1.86,1.87
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-05-17 10:13:26
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12121/src Modified Files: title.cpp Log Message: It was using a duplication of the arctis image. Index: title.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/title.cpp,v retrieving revision 1.86 retrieving revision 1.87 diff -u -d -r1.86 -r1.87 --- title.cpp 17 May 2004 09:13:14 -0000 1.86 +++ title.cpp 17 May 2004 10:13:17 -0000 1.87 @@ -226,7 +226,7 @@ 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); |