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

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sat Jun 3 15:27:25 CEST 2006


Revision: 22870
Author:   kirben
Date:     2006-06-03 06:27:19 -0700 (Sat, 03 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22870&view=rev

Log Message:
-----------
Add comment

Modified Paths:
--------------
    scummvm/trunk/engines/simon/animation.cpp
Modified: scummvm/trunk/engines/simon/animation.cpp
===================================================================
--- scummvm/trunk/engines/simon/animation.cpp	2006-06-03 13:24:59 UTC (rev 22869)
+++ scummvm/trunk/engines/simon/animation.cpp	2006-06-03 13:27:19 UTC (rev 22870)
@@ -167,6 +167,7 @@
 }
 
 void MoviePlayer::play() {
+	// The OmniTV videos were not included with Amiga and Macintosh versions.
 	if (_vm->getPlatform() == Common::kPlatformWindows && _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