aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/animation.h')
-rw-r--r--engines/sherlock/animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/animation.h b/engines/sherlock/animation.h
index b6e1337975..f3c95d4027 100644
--- a/engines/sherlock/animation.h
+++ b/engines/sherlock/animation.h
@@ -78,7 +78,7 @@ public:
*/
bool play(const Common::String &filename, bool intro, int minDelay, int fade, bool setPalette, int speed);
- bool play3DO(const Common::String &filename, bool intro, int minDelay, int fade, int speed);
+ bool play3DO(const Common::String &filename, bool intro, int minDelay, bool fadeFromGrey, int speed);
};
} // End of namespace Sherlock