From d45534d29d8cca396bf2f1bbd3bc63e74edeee30 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 12 Apr 2013 06:41:29 +0300 Subject: TINSEL: Remove the unused noFadeTable parameter from the fader functions --- engines/tinsel/tinsel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/tinsel/tinsel.cpp') diff --git a/engines/tinsel/tinsel.cpp b/engines/tinsel/tinsel.cpp index e836fdff1f..9075e1adb1 100644 --- a/engines/tinsel/tinsel.cpp +++ b/engines/tinsel/tinsel.cpp @@ -666,7 +666,7 @@ bool ChangeScene(bool bReset) { default: // Trigger pre-load and fade and start countdown CountOut = COUNTOUT_COUNT; - FadeOutFast(NULL); + FadeOutFast(); if (TinselV2) _vm->_pcmMusic->startFadeOut(COUNTOUT_COUNT); break; -- cgit v1.2.3