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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Nov 11 19:42:23 CET 2010


Revision: 54208
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54208&view=rev
Author:   thebluegr
Date:     2010-11-11 18:42:22 +0000 (Thu, 11 Nov 2010)

Log Message:
-----------
SCI: Added the "DUK" video folder to the Search manager

The DUK folder contains all of the recently supported Duck videos in
Phantasmagoria 2. play_video works now with the videos of Phantasmagoria
2 :)

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sci.cpp

Modified: scummvm/trunk/engines/sci/sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sci.cpp	2010-11-11 18:22:55 UTC (rev 54207)
+++ scummvm/trunk/engines/sci/sci.cpp	2010-11-11 18:42:22 UTC (rev 54208)
@@ -128,9 +128,10 @@
 	SearchMan.addSubDirectoryMatching(gameDataDir, "seq");	// SEQ movie files for DOS versions
 	SearchMan.addSubDirectoryMatching(gameDataDir, "robot");	// robot movie files
 	SearchMan.addSubDirectoryMatching(gameDataDir, "robots");	// robot movie files
-	SearchMan.addSubDirectoryMatching(gameDataDir, "movie");	// vmd movie files
-	SearchMan.addSubDirectoryMatching(gameDataDir, "movies");	// vmd movie files
-	SearchMan.addSubDirectoryMatching(gameDataDir, "vmd");	// vmd movie files
+	SearchMan.addSubDirectoryMatching(gameDataDir, "movie");	// VMD movie files
+	SearchMan.addSubDirectoryMatching(gameDataDir, "movies");	// VMD movie files
+	SearchMan.addSubDirectoryMatching(gameDataDir, "vmd");	// VMD movie files
+	SearchMan.addSubDirectoryMatching(gameDataDir, "duk");	// Duck movie files in Phantasmagoria 2
 
 	// Add the patches directory, except for KQ6CD; The patches folder in some versions of KQ6CD
 	// is for the demo of Phantasmagoria, included in the disk


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