Show Epic Interactive movie on startup in Amiga/Mac. versions of FF

svn-id: r22323
This commit is contained in:
Travis Howell 2006-05-04 02:41:50 +00:00
parent 34c343bf1d
commit f37cfaa766

View File

@ -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();