projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4cd45d
)
Fixed a crash. It was using the old name of the background image.
author
Ricardo Cruz
<rick2@aeiou.pt>
Mon, 17 May 2004 10:12:19 +0000
(10:12 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Mon, 17 May 2004 10:12:19 +0000
(10:12 +0000)
SVN-Revision: 1235
src/intro.cpp
patch
|
blob
|
history
diff --git
a/src/intro.cpp
b/src/intro.cpp
index
70a7b31
..
ea4283a
100644
(file)
--- a/
src/intro.cpp
+++ b/
src/intro.cpp
@@
-36,7
+36,7
@@
void draw_intro()
{
if(debug_mode)
- fade("/images/background/arctis
2
.jpg", 30, false);
-display_text_file("intro.txt", "/images/background/arctis
2
.jpg", SCROLL_SPEED_MESSAGE);
+ fade("/images/background/arctis.jpg", 30, false);
+display_text_file("intro.txt", "/images/background/arctis.jpg", SCROLL_SPEED_MESSAGE);
}