[Scummvm-cvs-logs] SF.net SVN: scummvm:[52423] tools/trunk/engines/gob/extract_fascination_cd. cpp

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Sat Aug 28 14:31:19 CEST 2010


Revision: 52423
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52423&view=rev
Author:   strangerke
Date:     2010-08-28 12:31:19 +0000 (Sat, 28 Aug 2010)

Log Message:
-----------
TOOLS: Change filename used by extract_fascination_cd

At the opposite of the other versions, the real name of the
first stick file is intro.stk, not disk0.stk. (see RAC file)

Modified Paths:
--------------
    tools/trunk/engines/gob/extract_fascination_cd.cpp

Modified: tools/trunk/engines/gob/extract_fascination_cd.cpp
===================================================================
--- tools/trunk/engines/gob/extract_fascination_cd.cpp	2010-08-28 08:07:10 UTC (rev 52422)
+++ tools/trunk/engines/gob/extract_fascination_cd.cpp	2010-08-28 12:31:19 UTC (rev 52423)
@@ -35,7 +35,7 @@
 	const char *stkFilename;
 	const char *firstEntryName;	
 } static const stkFile[] = {
-	{ "disk0.stk", "INTRO1.TOT" },
+	{ "intro.stk", "INTRO1.TOT" },
 	{ "disk1.stk", "DOUCHE.TOT" },
 	{ "disk2.stk", "PLANQUE.TOT" },
 	{ "disk3.stk", "MELANGE.TOT" },


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