aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/savescn.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2013-04-12 06:41:29 +0300
committerFilippos Karapetis2013-04-12 07:19:52 +0300
commitd45534d29d8cca396bf2f1bbd3bc63e74edeee30 (patch)
tree54d73de60af5f9d755a8162a314690fb50f5a37c /engines/tinsel/savescn.cpp
parent8b315aeb49086215c6c1d8307927b3c24a4a6d5a (diff)
downloadscummvm-rg350-d45534d29d8cca396bf2f1bbd3bc63e74edeee30.tar.gz
scummvm-rg350-d45534d29d8cca396bf2f1bbd3bc63e74edeee30.tar.bz2
scummvm-rg350-d45534d29d8cca396bf2f1bbd3bc63e74edeee30.zip
TINSEL: Remove the unused noFadeTable parameter from the fader functions
Diffstat (limited to 'engines/tinsel/savescn.cpp')
-rw-r--r--engines/tinsel/savescn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/savescn.cpp b/engines/tinsel/savescn.cpp
index 0c0cc5c81e..10f98df6d7 100644
--- a/engines/tinsel/savescn.cpp
+++ b/engines/tinsel/savescn.cpp
@@ -303,7 +303,7 @@ static int DoRestoreSceneFrame(SAVED_DATA *sd, int n) {
switch (n) {
case RS_COUNT + COUNTOUT_COUNT:
// Trigger pre-load and fade and start countdown
- FadeOutFast(NULL);
+ FadeOutFast();
break;
case RS_COUNT: