[Scummvm-cvs-logs] SF.net SVN: scummvm: [22323] scummvm/trunk/engines/simon/simon.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Wed May 3 19:42:02 CEST 2006


Revision: 22323
Author:   kirben
Date:     2006-05-03 19:41:50 -0700 (Wed, 03 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22323&view=rev

Log Message:
-----------
Show Epic Interactive movie on startup in Amiga/Mac. versions of FF

Modified Paths:
--------------
    scummvm/trunk/engines/simon/simon.cpp
Modified: scummvm/trunk/engines/simon/simon.cpp
===================================================================
--- scummvm/trunk/engines/simon/simon.cpp	2006-05-04 02:34:14 UTC (rev 22322)
+++ scummvm/trunk/engines/simon/simon.cpp	2006-05-04 02:41:50 UTC (rev 22323)
@@ -1891,6 +1891,12 @@
 
 	vc34_setMouseOff();
 
+	if ((getPlatform() == Common::kPlatformAmiga || getPlatform() == Common::kPlatformMacintosh) &&
+		getGameType() == GType_FF) {
+		_moviePlay->load((const char *)"epic.dxa");
+		_moviePlay->play();
+	}
+
 	runSubroutine101();
 	permitInput();
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list