projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e84029
)
It was using a duplication of the arctis image.
author
Ricardo Cruz
<rick2@aeiou.pt>
Mon, 17 May 2004 10:13:17 +0000
(10:13 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Mon, 17 May 2004 10:13:17 +0000
(10:13 +0000)
SVN-Revision: 1236
src/title.cpp
patch
|
blob
|
history
diff --git
a/src/title.cpp
b/src/title.cpp
index
daf82ff
..
3b14759
100644
(file)
--- 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);