From 1f5a17c17996f697b5d22c0a2bc0c2f2036fa14c Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Sat, 1 May 2004 11:00:54 +0000 Subject: [PATCH] Fixed naming. SVN-Revision: 884 --- src/screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screen.cpp b/src/screen.cpp index bf9eb895b..18e84892e 100644 --- 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; } -- 2.11.0