projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
703ffbf
)
Fixed naming.
author
Ricardo Cruz
<rick2@aeiou.pt>
Sat, 1 May 2004 11:00:54 +0000
(11:00 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Sat, 1 May 2004 11:00:54 +0000
(11:00 +0000)
SVN-Revision: 884
src/screen.cpp
patch
|
blob
|
history
diff --git
a/src/screen.cpp
b/src/screen.cpp
index
bf9eb89
..
18e8489
100644
(file)
--- a/
src/screen.cpp
+++ b/
src/screen.cpp
@@
-105,7
+105,7
@@
void fade(Surface *surface, int seconds, bool fade_out);
void fade(const std::string& surface, int seconds, bool fade_out)
{
Surface* sur = new Surface(datadir + surface, IGNORE_ALPHA);
-
black_
fade(sur, seconds, fade_out);
+fade(sur, seconds, fade_out);
delete sur;
}