mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-25 03:07:06 +00:00
Show Epic Interactive movie on startup in Amiga/Mac. versions of FF
svn-id: r22323
This commit is contained in:
parent
34c343bf1d
commit
f37cfaa766
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user