[Scummvm-cvs-logs] SF.net SVN: scummvm:[46440] tools/branches/gsoc2009-gui/extract_cine.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Sun Dec 20 21:22:15 CET 2009


Revision: 46440
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46440&view=rev
Author:   sev
Date:     2009-12-20 20:22:15 +0000 (Sun, 20 Dec 2009)

Log Message:
-----------
Fix extract_cine tool

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/extract_cine.cpp

Modified: tools/branches/gsoc2009-gui/extract_cine.cpp
===================================================================
--- tools/branches/gsoc2009-gui/extract_cine.cpp	2009-12-20 20:00:42 UTC (rev 46439)
+++ tools/branches/gsoc2009-gui/extract_cine.cpp	2009-12-20 20:22:15 UTC (rev 46440)
@@ -45,7 +45,7 @@
 ExtractCine::ExtractCine(const std::string &name) : Tool(name, TOOLTYPE_EXTRACTION) {
 	
 	ToolInput input;
-	input.format = "*.CNF";
+	input.format = "*.*";
 	_inputPaths.push_back(input);
 
 	_shorthelp = "Used to unpack Delphine's Cinematique engine's archive files.";


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