[Scummvm-cvs-logs] SF.net SVN: scummvm: [27299] scummvm/branches/branch-0-10-0/engines/agos/ animation.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sun Jun 10 11:06:34 CEST 2007


Revision: 27299
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27299&view=rev
Author:   Kirben
Date:     2007-06-10 02:06:33 -0700 (Sun, 10 Jun 2007)

Log Message:
-----------
An OmniTV cutscene pack, with be provided for Amiga and Macintosh versions of The Feeble Files.

Modified Paths:
--------------
    scummvm/branches/branch-0-10-0/engines/agos/animation.cpp

Modified: scummvm/branches/branch-0-10-0/engines/agos/animation.cpp
===================================================================
--- scummvm/branches/branch-0-10-0/engines/agos/animation.cpp	2007-06-10 08:57:46 UTC (rev 27298)
+++ scummvm/branches/branch-0-10-0/engines/agos/animation.cpp	2007-06-10 09:06:33 UTC (rev 27299)
@@ -115,8 +115,7 @@
 }
 
 void MoviePlayer::play() {
-	// The OmniTV videos were not included with Amiga and Macintosh versions.
-	if (_vm->getPlatform() == Common::kPlatformWindows && _vm->getBitFlag(40)) {
+	if (_vm->getBitFlag(40)) {
 		playOmniTV();
 		return;
 	}


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