diff options
| -rw-r--r-- | engines/simon/simon.cpp | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/engines/simon/simon.cpp b/engines/simon/simon.cpp index 5d0a67ce4f..4066929a89 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(); | 
