[Scummvm-cvs-logs] SF.net SVN: scummvm: [28169] tools/branches/gsoc2007-toolsgui/compress_saga .cpp
lightcast at users.sourceforge.net
lightcast at users.sourceforge.net
Mon Jul 23 02:15:55 CEST 2007
Revision: 28169
http://scummvm.svn.sourceforge.net/scummvm/?rev=28169&view=rev
Author: lightcast
Date: 2007-07-22 17:15:54 -0700 (Sun, 22 Jul 2007)
Log Message:
-----------
Merging update from trunk (rev. 28134).
Modified Paths:
--------------
tools/branches/gsoc2007-toolsgui/compress_saga.cpp
Modified: tools/branches/gsoc2007-toolsgui/compress_saga.cpp
===================================================================
--- tools/branches/gsoc2007-toolsgui/compress_saga.cpp 2007-07-22 23:00:38 UTC (rev 28168)
+++ tools/branches/gsoc2007-toolsgui/compress_saga.cpp 2007-07-23 00:15:54 UTC (rev 28169)
@@ -67,6 +67,8 @@
{"ite voices.bin", true, "dba92ae7d57e942250fe135609708369", kSoundMacPCM, 22050, false} // MacBinary
};
+#if 0
+// Disabled for now
// Known IHNM files
static GameFileDescription IHNM_GameFiles[] = {
// Filename swapEndian md5 resourceType frequency stereo
@@ -111,6 +113,7 @@
{"voices5.res", false, "f4c415de7c03de86b73f9a12b8bd632f", kSoundWAV, -1, false},
{"voices6.res", false, "3fc5358a5d8eee43bdfab2740276572e", kSoundWAV, -1, false}
};
+#endif
// --------------------------------------------------------------------------------
@@ -133,12 +136,16 @@
ITE_GameFiles,
},
+#if 0
+ // Disabled for now
// I Have No Mouth And I Must Scream
{
GType_IHNM,
ARRAYSIZE(IHNM_GameFiles),
IHNM_GameFiles,
},
+#endif
+
};
typedef struct {
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