From f37cfaa7662b0ac4ffe8970005793d503a4cc7bb Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 4 May 2006 02:41:50 +0000 Subject: [PATCH] Show Epic Interactive movie on startup in Amiga/Mac. versions of FF svn-id: r22323 --- engines/simon/simon.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/engines/simon/simon.cpp b/engines/simon/simon.cpp index 5d0a67ce4fe..4066929a892 100644 --- a/engines/simon/simon.cpp +++ b/engines/simon/simon.cpp @@ -1891,6 +1891,12 @@ int SimonEngine::go() { vc34_setMouseOff(); + if ((getPlatform() == Common::kPlatformAmiga || getPlatform() == Common::kPlatformMacintosh) && + getGameType() == GType_FF) { + _moviePlay->load((const char *)"epic.dxa"); + _moviePlay->play(); + } + runSubroutine101(); permitInput();